summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/gluon_fmt.lua
blob: 964c49744887dd94631ba686a941812cfa681e9a (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/gluon-lang/gluon",
    description = "Code formatting for the gluon programming language.",
  },
  command = "gluon",
  args = { "fmt", "$FILENAME" },
  stdin = false,
}