We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9248d commit d1f9bd4Copy full SHA for d1f9bd4
lua/conform/formatters/gluon_fmt.lua
@@ -0,0 +1,10 @@
1
+---@type conform.FileFormatterConfig
2
+return {
3
+ meta = {
4
+ url = "https://github.com/gluon-lang/gluon",
5
+ description = "Code formatting for the gluon programming language.",
6
+ },
7
+ command = "gluon",
8
+ args = { "fmt", "$FILENAME" },
9
+ stdin = false,
10
+}
0 commit comments