conform: fix terraform_fmt and add kdlfmt
This commit is contained in:
parent
47c1b02228
commit
f834fc67dd
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ return {
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
terraform = { "terraform_ft" },
|
kdl = { "kdlfmt" },
|
||||||
|
terraform = { "terraform_fmt" },
|
||||||
},
|
},
|
||||||
default_format_opts = {
|
default_format_opts = {
|
||||||
lsp_format = "fallback",
|
lsp_format = "fallback",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue