Skip to content

Instantly share code, notes, and snippets.

@samikeijonen
Last active February 19, 2019 13:52
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 samikeijonen/ba36e33d21da1ef78c4f88e0f824be97 to your computer and use it in GitHub Desktop.
Save samikeijonen/ba36e33d21da1ef78c4f88e0f824be97 to your computer and use it in GitHub Desktop.
VS Code workspace settings for PHPCS in 10up projects
{
"phpcs.executablePath": "/absolute-path-to/vendor/bin/phpcs",
"phpcs.standard": "10up-Default",
"phpcs.autoConfigSearch": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment