sspooky13/yaml-standards

New standard: array is defined in one row or multiple rows

Opened this issue · 0 comments

Example
One row

foo:
    { bar: baz, qux: quux, quuz: corge }

Multiple rows

foo:
    bar: baz
    qux: quux
    quuz: corge