Replies: 2 comments 1 reply
-
have you had a chance to read through https://scalameta.org/scalafmt/docs/configuration.html? |
Beta Was this translation helpful? Give feedback.
1 reply
-
newlines.source, perhaps? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
I would like my methods/constructors with several sets of parameters (explicit and implicit) when a line limit is reached to look like
by default scalafmt breaks the line on first possible symbol, like
and i can't find a configuration to make it my way.
Does anyone know how to achieve this?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions