Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    yaml: Correctly parse Crowdin-created YAML · 6a480cf7
    Jared Hancock authored
    Crowdin recreates YAML files with indent specifications which Spyc does not
    currently handle:
    
    body: |2
      body contents written
      here with 2 leading spaces
    
    This is part of the Yaml spec after 1.0
    
    backportme
    6a480cf7