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