diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-php.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ale-php.txt b/doc/ale-php.txt index 7edfe231..52b37ea3 100644 --- a/doc/ale-php.txt +++ b/doc/ale-php.txt @@ -183,5 +183,12 @@ g:ale_php_cs_fixer_use_global *g:ale_php_cs_fixer_use_global* This variable force globally installed fixer. +g:ale_php_cs_fixer_options *g:ale_php_cs_fixer_options* + *b:ale_php_cs_fixer_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to php-cs-fixer. + =============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |