fix: yamlfmt add pad line comment to 2
This commit is contained in:
parent
994e0a0e9b
commit
d16c3e42e5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ local options = {
|
|||
yamlfmt = {
|
||||
prepend_args = {
|
||||
"-formatter",
|
||||
"include_document_start=true,retain_line_breaks=true,retain_line_breaks_single=true,max_line_length=120,scan_folded_as_literal=true",
|
||||
"include_document_start=true,retain_line_breaks=true,retain_line_breaks_single=true,max_line_length=120,scan_folded_as_literal=true,pad_line_comments=2",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue