Skip to content

Commit 0e10c73

Browse files
authored
Merge pull request #768 from yadavan88/scala-fmt-upgrade
Upgraded scalafmt
2 parents 64e7dca + 1a27643 commit 0e10c73

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.scalafmt.conf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.7.4
1+
version = 3.7.7
22
runner.dialect = scala3
33
fileOverride {
44
"glob:**/scala-2-modules/**" {
@@ -8,4 +8,8 @@ fileOverride {
88
project.layout = "StandardConvention"
99
continuationIndent.defnSite = 2
1010
continuationIndent.ctorSite = 2
11-
continuationIndent.extendSite = 2
11+
continuationIndent.extendSite = 2
12+
13+
project.excludeFilters = [
14+
"scala3-lang-2/src/test/scala/com/baeldung/scala3/locally/LocallyBlockTest.scala"
15+
]

0 commit comments

Comments
 (0)