Skip to content

Instantly share code, notes, and snippets.

@deshabhishek007
Created October 9, 2018 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deshabhishek007/fd792b41f3b0edec2f0206d8d01043bf to your computer and use it in GitHub Desktop.
Save deshabhishek007/fd792b41f3b0edec2f0206d8d01043bf to your computer and use it in GitHub Desktop.
My PHPCS Config for Sublime v01
// SublimeLinter Settings - User
{
"paths": {
"linux": [],
"osx": ["~/.composer/vendor/squizlabs/php_codesniffer/scripts/",
"~/.composer/vendor/squizlabs/php_codesniffer/bin/",
"/usr/local/bin/"],
"windows": []
},
"linters":{
"phpcs": {
"@disable": false,
"args": [],
"excludes": [],
"standard": "WordPress"
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment