Replies: 1 comment
-
This is likely a bug in |
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.
-
Hi, team, we use mvn + spotless + scalafmt to format our scala code, I really like its automatic reformat function, now we meet a problem, hope to get help
Configuration (required)
full conf, see https://github.com/apache/incubator-paimon/blob/master/.scalafmt.conf
Command-line parameters (required)
Steps
Given code like this:
Problem
Scalafmt formats code like this:
Expectation
The code after format is a bit strange, don't want see too many line breaks, is there any relevant configuration that can improve it, thanks
Beta Was this translation helpful? Give feedback.
All reactions