vscode-phpcs
vscode-phpcs copied to clipboard
phpcs.autoConfigSearch include phpcs' CodeSniffer.conf
With phpcs you can set the default coding standard the following way: phpcs --config-set default_standard PSRXX
.
Shouldn't this value be included when phpcs-vscode is detecting the default standard?