We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64e7dca + 1a27643 commit 0e10c73Copy full SHA for 0e10c73
.scalafmt.conf
@@ -1,4 +1,4 @@
1
-version = 3.7.4
+version = 3.7.7
2
runner.dialect = scala3
3
fileOverride {
4
"glob:**/scala-2-modules/**" {
@@ -8,4 +8,8 @@ fileOverride {
8
project.layout = "StandardConvention"
9
continuationIndent.defnSite = 2
10
continuationIndent.ctorSite = 2
11
-continuationIndent.extendSite = 2
+continuationIndent.extendSite = 2
12
+
13
+project.excludeFilters = [
14
+ "scala3-lang-2/src/test/scala/com/baeldung/scala3/locally/LocallyBlockTest.scala"
15
+]
0 commit comments