compact sequence indentation option

This commit is contained in:
Natasha Sarkar
2021-06-22 18:13:31 -07:00
committed by Katrina Verey
parent 4cadad5cfe
commit 0ddf68cc8a
5 changed files with 50 additions and 7 deletions

View File

@@ -742,6 +742,8 @@ type yaml_emitter_t struct {
indent int // The current indentation level.
compact_sequence_indent bool // Is '- ' is considered part of the indentation for sequence elements?
flow_level int // The current flow level.
root_context bool // Is it the document root context?