From 716b22d524b80941eee6538e988a963f923901f3 Mon Sep 17 00:00:00 2001 From: Simon Bugert Date: Sun, 5 Nov 2017 22:24:41 +0100 Subject: Add shfmt fixer for sh files (#1083) * Add shfmt fixer for sh files * Add tests for shfmt fixer --- doc/ale-sh.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/ale-sh.txt') diff --git a/doc/ale-sh.txt b/doc/ale-sh.txt index 6fbc9fe4..941dc59b 100644 --- a/doc/ale-sh.txt +++ b/doc/ale-sh.txt @@ -57,5 +57,16 @@ g:ale_sh_shellcheck_exclusions *g:ale_sh_shellcheck_exclusions* \ let b:ale_sh_shellcheck_exclusions = 'SC2034,SC2154,SC2164' < +=============================================================================== +shfmt *ale-sh-shfmt* + +g:ale_sh_shfmt_options *g:ale_sh_shfmt_options* + *b:ale_sh_shfmt_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to the shfmt fixer. + + =============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: -- cgit v1.2.3