-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
For YAML there are two equally valid styles of indenting Arrays:
Elements indenting the Dash:
a:
- bli
- bla
- blubb
Elements not indenting the Dash:
b:
- schni
- schna
- schnuck
yaml-sort should stick with one of them. As the Output of Ruby's Hash#to_yaml uses "not indenting Array-Elements" I strongly prefer this one.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed