Allow passing options to mix_format

This commit is contained in:
Fernando Mendes
2018-03-08 15:29:10 +00:00
parent 0a0535546f
commit 6320ce6674
4 changed files with 36 additions and 4 deletions
+12
View File
@@ -13,6 +13,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*