vysker / vscode-php-formatter

Visual Studio Code extension. A wrapper for the Sensiolabs PHP CS Fixer. Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible).
MIT License
93 stars 11 forks source link

--custom-config is --config, wiki is wrong #30

Open sgehrman opened 5 years ago

sgehrman commented 5 years ago

WRONG: phpformatter.arguments: ["--custom-config=/path/to/file/config.php_cs"].

RIGHT: phpformatter.arguments: ["--config=/path/to/file/config.php_cs"].