Skip to content

Instantly share code, notes, and snippets.

@mohsin
Created November 1, 2019 13:06
Show Gist options
  • Save mohsin/6b68b2d826c2dac4e803aceee9bd44c7 to your computer and use it in GitHub Desktop.
Save mohsin/6b68b2d826c2dac4e803aceee9bd44c7 to your computer and use it in GitHub Desktop.
PHP-CS Sublime Text 3 Configuration
// SublimeLinter Settings - User
// Make sure to drop phpcs.xml at HOME directory.
{
"linters": {
"phpcs": {
"args": "--standard='~/phpcs.xml'",
"styles": [
{
"icon": "circle"
}
]
}
},
"paths": {
"linux": [],
"osx": [
"~/.composer/vendor/bin"
],
"windows": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment