Request: indent
being respected beyond top level
#142
Labels
yaml_v3_problem
A bug in the underlying yaml library. These issues are vastly harder to fix.
The below:
With
-formatter=indent=4,scan_folded_as_literal=true
being passed toyamlfmt
gets corrected to:We can see the top level 4-space indent was preserved, but not the nested levels beyond that.
Can we make
indent
be recursive?The text was updated successfully, but these errors were encountered: