You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove existing blank lines before a sole return in control-statement
bodies. This makes the blank-line rule idempotent for guard clauses
whose wrapped return call is the only statement in the block.
Keep the multiline function-signature exception intact by limiting the
cleanup to if, for, and range bodies. Preserve leading-comment return
separators and refresh self-formatting touched by the new rule.
0 commit comments