libfyaml icon indicating copy to clipboard operation
libfyaml copied to clipboard

indentation for array elements

Open cruisercoder opened this issue 1 year ago • 0 comments

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

cruisercoder avatar Apr 06 '23 16:04 cruisercoder