libfyaml
libfyaml copied to clipboard
indentation for array elements
Please add the ability to specify an indent specifically for array elements in the emitter. The current output is this:
key:
- a: 1
- b: 2
Many prefer the readability of arrays like this:
key:
- a: 1
- b: 2