ikappas / vscode-phpcs

PHP CodeSniffer for Visual Studio Code
MIT License
128 stars 56 forks source link

phpcs.autoConfigSearch include phpcs' CodeSniffer.conf #157

Open josias-r opened 4 years ago

josias-r commented 4 years ago

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?