sspooky13/yaml-standards

Yaml alphabetical: key after dash will be sorted too

Opened this issue · 0 comments

Example

  • uncorrect:
-   foo: bar
    quux: quuz
    baz: qux
  • correct:
-   baz: qux
    foo: bar
    quux: quuz

Alert
First #30 must be done