summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-03-18 17:36:33 +0000
committerGitHub <noreply@github.com>2018-03-18 17:36:33 +0000
commit92612a9eab34432dd0a5fc1eb3075a47d35163fa (patch)
treecc72385dae3228d8c92073e41e0cbaf56184f193 /doc
parent1b1e53ef6101e98ff34044a127758513dbf662e4 (diff)
parent6320ce66742fd8bf73b8f77341669b2c1505c47d (diff)
downloadale-92612a9eab34432dd0a5fc1eb3075a47d35163fa.zip
Merge pull request #1410 from fribmendes/frm/mix_format_options
Allow passing options to mix_format
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-elixir.txt12
-rw-r--r--doc/ale.txt1
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/ale-elixir.txt b/doc/ale-elixir.txt
index b7d4922e..ac0ec605 100644
--- a/doc/ale-elixir.txt
+++ b/doc/ale-elixir.txt
@@ -14,6 +14,18 @@ g:ale_elixir_mix_options *g:ale_elixir_mix_options*
This variable can be changed to specify the mix executable.
===============================================================================
+mix_format *ale-elixir-mix-format*
+
+g:ale_elixir_mix_format_options *g:ale_elixir_mix_format_options*
+ *b:ale_elixir_mix_format_options*
+ Type: |String|
+ Default: `''`
+
+
+ This variable can be changed to specify the mix options passed to the
+ mix_format fixer
+
+===============================================================================
dialyxir *ale-elixir-dialyxir*
Dialyzer, a DIscrepancy AnaLYZer for ERlang programs.
diff --git a/doc/ale.txt b/doc/ale.txt
index e2ae04a5..921f0703 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -59,6 +59,7 @@ CONTENTS *ale-contents*
hadolint............................|ale-dockerfile-hadolint|
elixir................................|ale-elixir-options|
mix.................................|ale-elixir-mix|
+ mix_format..........................|ale-elixir-mix-format|
dialyxir............................|ale-elixir-dialyxir|
elm...................................|ale-elm-options|
elm-format..........................|ale-elm-elm-format|