Skip to content

Set NoMultilineReturnFixer priority to run before ArrayIndentationFixer#7

Merged
ruudk merged 1 commit intomainfrom
ruudk/prio
Mar 30, 2026
Merged

Set NoMultilineReturnFixer priority to run before ArrayIndentationFixer#7
ruudk merged 1 commit intomainfrom
ruudk/prio

Conversation

@ruudk
Copy link
Copy Markdown
Member

@ruudk ruudk commented Mar 30, 2026

Without this, collapsing a multiline return leaves stale indentation because array_indentation has already run (priority 29). Setting priority 30 ensures the return is joined first so indentation is recalculated correctly.

…Fixer`

Without this, collapsing a multiline return leaves stale indentation
because `array_indentation` has already run (priority 29). Setting
priority 30 ensures the return is joined first so indentation is
recalculated correctly.
@ruudk ruudk merged commit 8c8e3f0 into main Mar 30, 2026
2 checks passed
@ruudk ruudk deleted the ruudk/prio branch March 30, 2026 10:57
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.

1 participant