SublimePhpCsFixer
SublimePhpCsFixer copied to clipboard
Run php-cs-fixer code formatter to format php code from your favorite text editor
question
just curious, is this works per file or the entire project dir? from the python code, i think it works per file. but i want to make sure. i dont...
By default PHP-CS-Fixer won’t run if you have "risky" rules in your config. I added a setting named `allow_risky` to opt-in by adding the `--allow-risky=yes` param to the command.
It would be super nice to have [Laravel Pint](https://github.com/laravel/pint) support. Running it is as easy as `pint $filename` so should be very quick to implement (unfortunately one can't just set...
1、php executable file path 2、php-cs-fixer extra pass options For the above setting selection, you can refer to the settings related to vscode. In this way, the user can make more...