aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/tofu_fmt.lua
blob: 00a210827ef6f9f4d33254254903f44a2644ae3f (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://opentofu.org/docs/cli/commands/fmt/",
    description = "The tofu-fmt command rewrites OpenTofu configuration files to a canonical format and style.",
  },
  command = "tofu",
  args = { "fmt", "-" },
}