aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/gofmt.lua
blob: b0b81c31366ccb2b67a9b6b6669b664a58f5b033 (plain)
1
2
3
4
5
6
7
8
---@type conform.FormatterConfig
return {
  meta = {
    url = "https://pkg.go.dev/cmd/gofmt",
    description = "Formats go programs.",
  },
  command = "gofmt",
}