Skip to content

Commit e1d8b96

Browse files
Update scalafmt.conf
1 parent df46019 commit e1d8b96

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.scalafmt.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ newlines.topLevelStatementBlankLines = [
2020
onTestFailure = "To fix this, run './bin/scalafmt' from the project root directory"
2121

2222
# Mill plugin integration-test fixtures are verbatim Mill projects, not project sources
23-
project.excludePaths = ["glob:**/modules/mill/src/mill-test/**"]
23+
project.excludePaths = [
24+
"glob:**/modules/mill/src/mill-test/**",
25+
"glob:**/target/**",
26+
"glob:**/src_managed/*"
27+
]
2428

2529
fileOverride {
2630
"glob:**/core/src/test/resources/scalaFiles/scala3File.scala" {

0 commit comments

Comments
 (0)