Created
October 8, 2015 21:11
-
-
Save jwalton512/c89a1e1cb111eb525891 to your computer and use it in GitHub Desktop.
sublime project php-cd-fixer build system
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 hidden characters
{ | |
"folders": | |
[ | |
{ | |
"path": "." | |
} | |
], | |
"build_systems": | |
[ | |
{ | |
"name": "php-cs-fixer", | |
"shell_cmd": "php-cs-fixer fix '$file' --verbose --config-file='$project_path/.php_cs'", | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment