From 6320ce66742fd8bf73b8f77341669b2c1505c47d Mon Sep 17 00:00:00 2001 From: Fernando Mendes Date: Thu, 8 Mar 2018 14:37:56 +0000 Subject: Allow passing options to mix_format --- doc/ale-elixir.txt | 12 ++++++++++++ doc/ale.txt | 1 + 2 files changed, 13 insertions(+) (limited to 'doc') 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 @@ -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* diff --git a/doc/ale.txt b/doc/ale.txt index 2e98cd71..aa644e63 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| -- cgit v1.2.3