17 lines
449 B
JSON
17 lines
449 B
JSON
{
|
|
"[php]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "obliviousharmony.vscode-php-codesniffer"
|
|
},
|
|
"phpCodeSniffer.exclude": [
|
|
"**/vendor/**",
|
|
"web/wp",
|
|
"web/app/languages/",
|
|
"web/app/themes/hvg-blog-general/",
|
|
"web/app/themes/twentytwentyfive/",
|
|
"web/app/plugins/"
|
|
],
|
|
"phpCodeSniffer.autoloadPHPCSIntegration": true,
|
|
"phpCodeSniffer.autoExecutable": true
|
|
}
|