Skip to content

Commit 557355c

Browse files
Exclude .bloop and .scala-build in .scalafmt.conf
1 parent f462f7f commit 557355c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.scalafmt.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ fileOverride {
4646
}
4747
}
4848
project.excludeFilters = [
49+
".bloop"
4950
".metals"
51+
".scala-build"
5052
"examples" # Scala 3 scripts and using directives not supported yet
5153
"out"
5254
"scala-version.scala"

0 commit comments

Comments
 (0)