Skip to content

Commit a011f39

Browse files
committed
filter problematic scala 3 cross macro from scalafmt
1 parent e1f635d commit a011f39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.scalafmt.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ newlines.source = keep
2121
project.git = true
2222

2323
runner.dialect = scala3
24+
25+
project {
26+
excludePaths = [
27+
"glob:**/main/define/src/mill/define/Cross.scala"
28+
]
29+
}

0 commit comments

Comments
 (0)