conform: add shfmt
This commit is contained in:
parent
f834fc67dd
commit
aaaea489be
1 changed files with 2 additions and 0 deletions
|
|
@ -16,7 +16,9 @@ return {
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
|
bash = { "shfmt" },
|
||||||
kdl = { "kdlfmt" },
|
kdl = { "kdlfmt" },
|
||||||
|
sh = { "shfmt" },
|
||||||
terraform = { "terraform_fmt" },
|
terraform = { "terraform_fmt" },
|
||||||
},
|
},
|
||||||
default_format_opts = {
|
default_format_opts = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue