We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3363ad commit ae6a069Copy full SHA for ae6a069
lua/conform/formatters/smlfmt.lua
@@ -0,0 +1,8 @@
1
+---@type conform.FileFormatterConfig
2
+return {
3
+ meta = {
4
+ url = "https://github.com/shwestrick/smlfmt",
5
+ description = "A custom parser and code formatter for Standard ML.",
6
+ },
7
+ command = "smlfmt",
8
+}
0 commit comments