Last active
February 16, 2017 13:40
-
-
Save uxweb/06bbfbbc43a4c4dc1b5d2b23c1a8b273 to your computer and use it in GitHub Desktop.
Sublime Text PHP CS Fixer PSR-2 Build Snippet
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
{ | |
"shell_cmd": "php-cs-fixer fix $file --using-cache=no -v --rules=@PSR2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment