summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/gofumpt.lua
blob: 79fb4dcebfb36ca42e56f9976fdd03e6da20e8af (plain)
1
2
3
4
5
6
7
8
---@type conform.FormatterConfig
return {
  meta = {
    url = "https://github.com/mvdan/gofumpt",
    description = "Enforce a stricter format than gofmt, while being backwards compatible. That is, gofumpt is happy with a subset of the formats that gofmt is happy with.",
  },
  command = "gofumpt",
}