diff options
Diffstat (limited to 'apheleia-formatters.el')
| -rw-r--r-- | apheleia-formatters.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apheleia-formatters.el b/apheleia-formatters.el index 53e7387..c98b790 100644 --- a/apheleia-formatters.el +++ b/apheleia-formatters.el @@ -238,7 +238,7 @@ (yq-xml . ("yq" "--prettyPrint" "--no-colors" "--input-format" "xml" "--output-format" "xml" (apheleia-formatters-indent nil "--indent"))) - (yq-yaml . ("yq" "--prettyPrint" "--no-colors" "--no-doc" + (yq-yaml . ("yq" "--prettyPrint" "--no-colors" "--input-format" "yaml" "--output-format" "yaml" (apheleia-formatters-indent nil "--indent"))) (zig-fmt . ("zig" "fmt" "--stdin"))) |
