summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/golines.lua
blob: 1f33668dc96df64437f2f199e067665b386378e1 (plain)
1
2
3
4
5
6
7
8
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/segmentio/golines",
    description = "A golang formatter that fixes long lines.",
  },
  command = "golines",
}