Skip to content

Improves and unifies indentation handling - #56

Open
NickSdot wants to merge 2 commits into
php:mainfrom
NickSdot:feat/indentation
Open

Improves and unifies indentation handling#56
NickSdot wants to merge 2 commits into
php:mainfrom
NickSdot:feat/indentation

Conversation

@NickSdot

@NickSdot NickSdot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Closes #47.

Introduces one universal IndentationFixer; replaces MixedIndentationFixer.

Edit: depends on #55, hence CI style failure here

Aside: To make this work we needed something like the $fixerData approach @voku adds in #45. I tried a few alternatives but they ended up more awkward and/or verbose -- his approach is the right call. I cherry picked his commit and stripped out what's not relevant for here; would be nice to not squash-merge this to give him credit for the work in the commit. 🫡

NickSdot and others added 2 commits September 6, 2026 19:26
Co-authored-by: Lars Moelleken <lars@moelleken.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Indentation fixing

1 participant