Menu

#516 indent creates invalid yaml

open
nobody
None
minor
bug
2024-04-28
2024-04-28
No

yaml.indent(mapping=2, sequence=4, offset=2) creates invalid yaml for the following:

- id: python_file_name_check
      name: 'Python: File name check'

gets formated to:

- id: python_file_name_check
         name: 'Python: File name check'

Discussion


Log in to post a comment.