summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/packer_fmt.lua
blob: 572b5f48388759fe954e05a27c1a942df2b0db09 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://developer.hashicorp.com/packer/docs/commands/fmt",
    description = "The packer fmt Packer command is used to format HCL2 configuration files to a canonical format and style.",
  },
  command = "packer",
  args = { "fmt", "-" },
}