Simple PHP CS Fixer READMEA simple extension for using php-cs-fixer in VS Code. If no .php_cs.dist file (or other configuration) is found, it will use the default configuration for the Laravel project: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200 The Command:
Config:Look for a custom project specific config file?
The path to that config file. (relative to the project root)
Run the fixer on save?
Whether php-cs-fixer should be using a cache
A comma separated list of rules to be used by php-cs-fixer
- Enjoy! |