summaryrefslogtreecommitdiff
path: root/doc/ale-elm.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-elm.txt')
-rw-r--r--doc/ale-elm.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/ale-elm.txt b/doc/ale-elm.txt
new file mode 100644
index 00000000..9331575b
--- /dev/null
+++ b/doc/ale-elm.txt
@@ -0,0 +1,32 @@
+===============================================================================
+ALE Elm Integration *ale-elm-options*
+
+
+===============================================================================
+elm-format *ale-elm-format*
+
+g:ale_elm_format_executable *g:ale_elm_format_executable*
+ *b:ale_elm_format_executable*
+ Type: |String|
+ Default: `'elm-format'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_elm_format_use_global *g:ale_elm_format_use_global*
+ *b:ale_elm_format_use_global*
+ Type: |Number|
+ Default: `0`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_elm_format_options *g:ale_elm_format_options*
+ *b:ale_elm_format_options*
+ Type: |String|
+ Default: `'--yes'`
+
+ This variable can be set to pass additional options to elm-format.
+
+===============================================================================
+ vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: