We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c0dfb commit dbe3057Copy full SHA for dbe3057
doc/codefmt.txt
@@ -45,6 +45,7 @@ The current list of defaults by filetype is:
45
* javascript, json, html, css: js-beautify
46
* javascript, html, css, markdown: prettier
47
* json, jsonnet: jsonnetfmt
48
+ * julia: JuliaFormatter
49
* kotlin: ktfmt
50
* lua: luaformatterfiveone
51
* nix: nixpkgs-fmt
@@ -149,6 +150,10 @@ Default: '' `
149
150
The path to the jsonnetfmt executable.
151
Default: 'jsonnetfmt' `
152
153
+ *codefmt:julia_format_executable*
154
+The path to the Julia formatter script, uses `bin/formatjulia.jl` bundled with
155
+this plugin.
156
+
157
*codefmt:google_java_executable*
158
The path to the google-java executable. Generally, this should have the form:
159
`java -jar /path/to/google-java`
0 commit comments