Skip to content

Commit 1d4bf3d

Browse files
committed
prepare: move scala 2.x macros to dedicated directory
1 parent 1846662 commit 1d4bf3d

File tree

9 files changed

+1
-7
lines changed

9 files changed

+1
-7
lines changed

.scalafmt.conf

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@ fileOverride {
44
"glob:**/scala-3/**" {
55
runner.dialect = scala3
66
}
7-
"glob:**/scala-2.13*/**" {
7+
"glob:**/scala-2*/**" {
88
runner.dialect = scala213
99
}
10-
"glob:**/scala-2.12*/**" {
11-
runner.dialect = scala212
12-
}
13-
"glob:**/scala-2.11*/**" {
14-
runner.dialect = scala211
15-
}
1610
}
1711
maxColumn = 110
1812
docstrings.style = Asterisk

0 commit comments

Comments
 (0)