aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/hcl.lua
blob: 8cffc7fb9d60d6959813652743f5a56a022baed5 (plain)
1
2
3
4
5
6
7
8
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/hashicorp/hcl",
    description = "A formatter for HCL files.",
  },
  command = "hclfmt",
}