Created
July 5, 2015 01:48
-
-
Save multiarts/764dd6700d3c740cfc20 to your computer and use it in GitHub Desktop.
php-cs-fixer config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"phpcs_executable_path": "/usr/local/bin/phpcs", | |
"phpcbf_executable_path": "/usr/local/bin/phpcbf", | |
"php_cs_fixer_executable_path": "/usr/local/bin/php-cs-fixer", | |
"php_command_on_save": false, | |
"php_cs_fixer_on_save": true, | |
"php_cs_additional_args": { | |
"--level": "psr2", | |
"--fixers": "-psr0" | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment