Skip to content

Instantly share code, notes, and snippets.

@sarveshshejwadkar
Last active March 8, 2017 11:56
Show Gist options
  • Select an option

  • Save sarveshshejwadkar/66214c86b6f3e76c27eedbd576420aff to your computer and use it in GitHub Desktop.

Select an option

Save sarveshshejwadkar/66214c86b6f3e76c27eedbd576420aff to your computer and use it in GitHub Desktop.
{
"show_debug": true,
"phpcs_php_prefix_path": "C:\\xampp\\php\\php.exe",
"phpcs_commands_to_php_prefix": ["Fixer"],
"phpcs_executable_path": "C:\\Users\\Administrator\\AppData\\Roaming\\Composer\\vendor\\bin\\phpcs.bat",
"phpcs_additional_args": {
"--standard": "PSR2",
"-n": ""
},
"php_cs_fixer_executable_path": "C:\\xampp\\php\\php-cs-fixer.phar",
"phpcs_php_path": "C:\\xampp\\php\\php.exe",
"php_cs_fixer_show_quick_panel": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment