Created
October 18, 2022 02:57
-
-
Save mehmoodak/180209676be9769ff55a31789315a40e to your computer and use it in GitHub Desktop.
Workspace settings of VSCode setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// 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