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
The new formatter has changed the location of added line breaks within a parameter list to immediately after the named parameter token. This has resulted in some significant readability issues compared to the previous formatter. Here are two examples:
The named parameter 'child' followed by a switch expression
Before
After
The named parameter 'children' followed by a list literal