diff options
author | Dale Jung <dale@dalejung.com> | 2020-11-21 15:19:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 20:19:02 +0000 |
commit | 2873be2d6a5e383edd1fead396a53a8a38eebd76 (patch) | |
tree | d3607b2c6db4cb98c8c862ad07244ed136106c26 /doc | |
parent | d1246ea8d5d22e17fc8b6c6ace836d3eec89fa6d (diff) | |
download | ale-2873be2d6a5e383edd1fead396a53a8a38eebd76.zip |
Add php phpcbf options (#3383)
* Taken from phpcs. add add_php_phpcbf_options #3382
* Updated docs for php_phpcbf_options #3382
* Added tests #3382
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-php.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-php.txt b/doc/ale-php.txt index 79d9a033..6da21046 100644 --- a/doc/ale-php.txt +++ b/doc/ale-php.txt @@ -85,6 +85,14 @@ g:ale_php_phpcbf_use_global *g:ale_php_phpcbf_use_global* See |ale-integrations-local-executables| +g:ale_php_phpcbf_options *g:ale_php_phpcbf_options* + *b:ale_php_phpcbf_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to php-cbf + + =============================================================================== phpcs *ale-php-phpcs* |