Skip to content

Commit c7c428f

Browse files
Tweak scalafmt conf
1 parent dfc1ae4 commit c7c428f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.scalafmt.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,11 @@ project.excludeFilters = [
3535
".metals"
3636
"out"
3737
]
38+
fileOverride {
39+
"glob:**/manual/client/src/**" {
40+
runner.dialect = scala3
41+
}
42+
"glob:**/manual/server/src/**" {
43+
runner.dialect = scala3
44+
}
45+
}

0 commit comments

Comments
 (0)