yamlish icon indicating copy to clipboard operation
yamlish copied to clipboard

Add ability to use compact version of sequence of mappings

Open rypervenche opened this issue 4 years ago • 1 comments

Would it be possible to add an adverb or some way of getting the compact version of a sequence of mappings? I find that this formatting is much more common.

---
sequence:
-
  a: b
  c: d
---
# compact
sequence:
- a: b
  c: d

Thanks!

rypervenche avatar Jul 08 '20 23:07 rypervenche