Skip to content

Instantly share code, notes, and snippets.

@multiarts
Created July 5, 2015 01:48
Show Gist options
  • Save multiarts/764dd6700d3c740cfc20 to your computer and use it in GitHub Desktop.
Save multiarts/764dd6700d3c740cfc20 to your computer and use it in GitHub Desktop.
php-cs-fixer config
{
"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