jacebrowning / yorm

Automatic object-YAML mapping for Python.
https://yorm.readthedocs.io
MIT License
27 stars 6 forks source link

Optimize formatting in empty lists #113

Closed jacebrowning closed 7 years ago

jacebrowning commented 8 years ago

Rather than:

things: []

this will be a bit easier to add new items and will diff better:

things:
-