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 421aca3 commit 4fb0189Copy full SHA for 4fb0189
builds/Elixir - mix format $file.sublime-build
@@ -2,4 +2,7 @@
2
"working_dir": "$folder",
3
"cmd": ["mix", "format", "$file", "--dot-formatter", "$folder/.formatter.exs"],
4
"selector": "source.elixir",
5
+ "windows": {
6
+ "cmd": ["mix.bat", "format", "$file", "--dot-formatter", "$folder/.formatter.exs"],
7
+ }
8
}
0 commit comments