clovyr / aeson-yaml

Encode any Aeson (JSON) value as YAML (in pure Haskell)
https://hackage.haskell.org/package/aeson-yaml
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

Skip indentation for empty line in multiline encoding #11

Open TristanCacqueray opened 4 years ago

TristanCacqueray commented 4 years ago

This change prevents yamllint error when encoding multilines that contains empty lines.