aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/bicep.lua
blob: 17ccbf1a6de42c1a5bda9fb445fb20479b9ee945 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/Azure/bicep",
    description = "Bicep is a Domain Specific Language (DSL) for deploying Azure resources declaratively.",
  },
  command = "bicep",
  args = { "format", "--stdout", "$FILENAME" },
}