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
I've found that if the parameter log: LogBIO[F] in the example is moved up o the line with the rest of the declaration, then the argument expression is left unchanged and not folded:
Steps
Given code like this:
Scalafmt formats code like this:
Expectation
I would like the formatted output to look like this, which is the formatting from version
2.5.2
:Workaround
I've found that if the parameter
log: LogBIO[F]
in the example is moved up o the line with the rest of the declaration, then the argument expression is left unchanged and not folded:The text was updated successfully, but these errors were encountered: