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 8984f61 commit 7141f6dCopy full SHA for 7141f6d
doc/codefmt.txt
@@ -39,6 +39,7 @@ The current list of defaults by filetype is:
39
* fish: fish_indent
40
* gn: gn
41
* go: gofmt
42
+ * haskell: ormolu
43
* java: google-java-format
44
* javascript, json, html, css: js-beautify
45
* javascript, html, css, markdown: prettier
@@ -214,6 +215,10 @@ Default: 'luaformatterfiveone' `
214
215
The path to the cljstyle executable.
216
Default: 'cljstyle' `
217
218
+ *codefmt:ormolu_executable*
219
+The path to the ormolu executable.
220
+Default: 'ormolu' `
221
+
222
*codefmt:plugin[autocmds]*
223
Configures whether plugin/autocmds.vim should be loaded.
224
Default: 1 `
0 commit comments