Dariusz Rumiński
Dariusz Rumiński
I do really enjoy this PR ;) @jrmajor , do you think you can fix the tests?
to my understanding, risk is only for action types that we are not using. but if any of you want to play future-safe and propose a PR, i would not...
you basically want to generate the code (potentially to be written down later to a single file) on your side and then format it with given ruleset via PHP code,...
your best way could be to simply raise a PR to PHP CS Fixer that exposes new API for such feature. the only interesting point to align would be the...
I'm open for ideas, especially as some of them should not be written from scratch but decoupled from our existing Runner, I think. Maybe draft the RFC before writing the...
thanks for the kick-off! would you mind to raise this RFC as structured MD file in PR (draft), so we can give review/discuss in threads?
Can you bring a proper report to help me understand the topic? https://github.com/FriendsOfPHP/PHP-CS-Fixer/blame/aacc80403c402675af50b89364269bf410b3486d/.github/ISSUE_TEMPLATE/bug_report.md#L20 especially: * PHP CS Fixer version and PHP runtime: php-cs-fixer -V * the command used to run...
> Well, everything you ask for is already here, (...) > Or, if you like, on a full file: that's exactly the part i didn't want - big files, big...
> Incorrect continuation indentation with 3.9.x I fail to see the issue. ### with your config as-is, v3.8.0: no changes at all, but code is not well formatted, we improved...
I rather see this ticket to not raise incorrect behaviour, but your wish to have a possibility of having regular indent different than continuation indent. I didn't met this case...