summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/gofumpt.lua
blob: 2d4f9a5f9394f41185a860287c639fca153d8c30 (plain)
1
2
3
4
5
6
7
8
---@type conform.FileFormatterConfig
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",
}