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
Is there a configuration to format the array using the configured column width? Each line may not end exactly matching the others, as shown above, but a best effort will be good enough.
If not, is it possible to retain the user formatting? Currently, I'm forced to enclose the code with format: off and format: on.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Given some
Traversable
like the following:scalafmt puts each element on a new line.
which makes it really long.
format: off
andformat: on
.Beta Was this translation helpful? Give feedback.
All reactions