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
Previously, we'd assume that a brace within `if` or `while` contains the
entire condition and let the brace rules handle it; however, this brace
could enclose only a part of the condition and hence needs to be handled
differently then.
Additionally, we ignored the danglingParentheses.ctrlSite parameter in
these cases as well.
Copy file name to clipboardexpand all lines: scalafmt-tests-community/intellij/shared/src/test/scala/org/scalafmt/community/intellij/CommunityIntellijScalaSuite.scala
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ abstract class CommunityIntellijScalaSuite(name: String)
Copy file name to clipboardexpand all lines: scalafmt-tests-community/scala2/shared/src/test/scala/org/scalafmt/community/scala2/CommunityScala2Suite.scala
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ class CommunityScala2_12Suite extends CommunityScala2Suite("scala-2.12") {
Copy file name to clipboardexpand all lines: scalafmt-tests-community/scala3/shared/src/test/scala/org/scalafmt/community/scala3/CommunityScala3Suite.scala
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ abstract class CommunityScala3Suite(name: String)
Copy file name to clipboardexpand all lines: scalafmt-tests-community/spark/shared/src/test/scala/org/scalafmt/community/spark/CommunitySparkSuite.scala
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ abstract class CommunitySparkSuite(name: String)
0 commit comments