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
There's also a fair amount of this style, and Peter Housel prefers it over my first choice above:
let foo = really-long-function-name
(long-argument-1(),
long-argument-2())
and I think it should be possible to support both styles depending on whether the open paren is (a) preceded by all whitespace or (b) followed by only whitespace and comments.
What we have now:
What I want:
Note, never this:
If there's an argument immediately following the open paren then subsequent args should line up under the first (as they do currently):
The text was updated successfully, but these errors were encountered: