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
Similarly to #3757, we should consider adopting a Scala auto-formatter.
scalafmt seems to be a popular choice and is easily integrated with IntelliJ. The default settings look fine for me, perhaps setting maxColumn = 100 to align with the Java formatter.
The text was updated successfully, but these errors were encountered:
@radumereuta queries whether there are any semantic aspects to the formatting introduced here, or if it's purely stylistic. It might also be worth taking a look at what we get from IntelliJ. Any low-hanging fixes are probably worth doing.
Similarly to #3757, we should consider adopting a Scala auto-formatter.
scalafmt seems to be a popular choice and is easily integrated with IntelliJ. The default settings look fine for me, perhaps setting
maxColumn = 100
to align with the Java formatter.The text was updated successfully, but these errors were encountered: