Last active
March 8, 2017 11:56
-
-
Save sarveshshejwadkar/66214c86b6f3e76c27eedbd576420aff to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "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