Skip to content

Commit

Permalink
feat: Autoformatting for terraform-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Oct 22, 2024
1 parent 43f583a commit fe21e1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/config/defaults/conform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ return {
python = { "isort", "ruff_format" },
sh = { "shfmt" },
terraform = { "terraform_fmt" },
["terraform-vars"] = { "terraform_fmt" },
tex = { "latexindent" },
typst = { "typstfmt" },
yaml = { "yamlfmt" },
Expand Down

0 comments on commit fe21e1f

Please sign in to comment.