Skip to content

Instantly share code, notes, and snippets.

@mehmoodak
Created October 18, 2022 02:57
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 mehmoodak/180209676be9769ff55a31789315a40e to your computer and use it in GitHub Desktop.
Save mehmoodak/180209676be9769ff55a31789315a40e to your computer and use it in GitHub Desktop.
Workspace settings of VSCode setup
{
// Flow
// disable the built-in TypeScript extension
"javascript.validate.enable": false,
// PHP Code Sniffer
"phpCodeSniffer.autoExecutable": true,
"phpCodeSniffer.standard": "Custom",
"phpCodeSniffer.standardCustom": "WordPress-VIP-Go,WordPress-Docs",
// PHP Code Beautifier
"phpcbf.standard": "WordPress-VIP-Go,WordPress-Docs",
// "phpcbf.onsave": true, // Optional
"[php]": {
"editor.defaultFormatter": "persoderlind.vscode-phpcbf"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment