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
We have logic that lets opening delimiters (brace, bracket, paren) to stay on the same line as what precedes it in a function call to prevent an unnecessary level of nesting, but that was only applied to situations where the delimiter follows a colon (i.e., labeled arguments). It needs to be extended to support unlabeled arguments as well.
This was fixed for the case called out here (unlabeled single arguments) in #20. I'm holding off on declaring it done until we do the same for a labeled single argument.
Environment
#1
Additional Detail from JIRA
md5: b20905f3b614d63b8ae9c0818416ca4e
Issue Description:
With this code:
You get:
I would have expected it to leave it the way it was originally
The text was updated successfully, but these errors were encountered: