diff options
author | Adriaan Zonnenberg <adriaanzon@users.noreply.github.com> | 2018-04-07 23:53:03 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2018-04-07 23:53:03 +0200 |
commit | 121e806423830fa9e6bc1c7833f0624bd06903ff (patch) | |
tree | bcf6b33ec006f8f0342cc4845a54f99876565024 /doc/ale-php.txt | |
parent | bb775e4e22d1880bd015fbc3ea7fa203c9eeb6f9 (diff) | |
download | ale-121e806423830fa9e6bc1c7833f0624bd06903ff.zip |
Add g:ale_php_cs_fixer_options variable (#1477)
* Add g:ale_php_cs_fixer_options variable
* Fix test
Diffstat (limited to 'doc/ale-php.txt')
-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: |