Skip to content

Instantly share code, notes, and snippets.

@earnjam
Last active May 20, 2018 00:50
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 earnjam/d6b306bf272111f774d0d613820205fd to your computer and use it in GitHub Desktop.
Save earnjam/d6b306bf272111f774d0d613820205fd to your computer and use it in GitHub Desktop.
Custom VS Code Workspace settings for VVV for WordPress Core development
{
"folders": [
{
"path": "."
}
],
"settings": {
"phpcs.enable": true,
"phpcs.standard": "WordPress-Core",
"phpcbf.enable": true,
"phpcbf.executablePath": "phpcbf",
"phpcbf.documentFormattingProvider": true,
"phpcbf.onsave": false,
"phpcbf.standard": "WordPress-Core",
"editor.insertSpaces": false,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment