adjust yamlfmt
This commit is contained in:
@@ -66,6 +66,9 @@ vim.api.nvim_create_autocmd({ "BufReadPre", "BufNewFile" }, {
|
|||||||
ruff = {
|
ruff = {
|
||||||
prepend_args = { "--extend-select", "I" },
|
prepend_args = { "--extend-select", "I" },
|
||||||
},
|
},
|
||||||
|
yamlfmt = {
|
||||||
|
prepend_args = { "-formatter", "max_line_length=0,retain_document_start=true" },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
format_on_save = {
|
format_on_save = {
|
||||||
lsp_fallback = true,
|
lsp_fallback = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user