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...
I'm using macOS 15(.2) and I'm running into this issue: ``` PHP CS Fixer: Formatting view... PHP CS Fixer (DEBUG): Looking for config: /Users//Projects//.php-cs-fixer.dist.php PHP CS Fixer: Using config: /Users//Projects//.php-cs-fixer.dist.php...