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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Style changes
Format extension type representation clauses the same way primary constructor
formal parameter lists are formatted. This rarely makes a difference but
produces better formatting when the representation type is long and there are
other clauses on the extension type, as in:
The formatter already forces blank lines around class, enum, and extension
declarations. Mixins and extension types were overlooked. This makes them
consistent. This style change is language versioned and only affects
libraries at 3.13 or higher.
Note that the formatter allows classes and extension types whose body is ;
to not have a blank line above or below them.