chore(neovim): add shell formatter
This commit is contained in:
parent
a1c7776c7b
commit
57df48733f
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ require("conform").setup({
|
|||
},
|
||||
formatters_by_ft = {
|
||||
yaml = {"yamlfmt"},
|
||||
sh = { "shfmt" },
|
||||
["_"] = { "trim_whitespace" },
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue