summaryrefslogtreecommitdiff
path: root/doc/ale-elm.txt
blob: 9331575b080e88e218fb8ae6da270753efb6fdde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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: