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
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
When formatting a top-level function definition that exceeds the max line length, the normal black behavior of "look at the contents of the first outer matching brackets and put that in a separate indented line" results in a function selector that can be hard to read:
When formatting a top-level function definition that exceeds the max line length, the normal black behavior of "look at the contents of the first outer matching brackets and put that in a separate indented line" results in a function selector that can be hard to read:
In this case I think it is better to skip to the behavior of placing each argument on a separate line:
The text was updated successfully, but these errors were encountered: