1
0
Fork 0

conform: fix terraform_fmt and add kdlfmt

This commit is contained in:
Felipe 2024-10-27 23:51:21 -03:00
parent 47c1b02228
commit f834fc67dd
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -16,7 +16,8 @@ return {
},
opts = {
formatters_by_ft = {
terraform = { "terraform_ft" },
kdl = { "kdlfmt" },
terraform = { "terraform_fmt" },
},
default_format_opts = {
lsp_format = "fallback",