aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/opa_fmt.lua
blob: b4f95dd19a270bb58c52658cab72aa414a91d5e4 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://www.openpolicyagent.org/docs/latest/cli/#opa-fmt",
    description = "Format Rego files using `opa fmt` command.",
  },
  command = "opa",
  args = { "fmt" },
}