summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/golines.lua
blob: e6a4b64e8bf8ee8fec08abbd60b8a23c25cbdb41 (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",
}