aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/crlfmt.lua
blob: 93600f19802902215e90a0b7349f35471db36542 (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/cockroachdb/crlfmt",
    description = "Formatter for CockroachDB's additions to the Go style guide.",
  },
  command = "crlfmt",
  args = { "-w", "$FILENAME" },
  stdin = false,
}