Skip to content

Commit 3705532

Browse files
authored
Set scalafmt dialect to scala3 (RustedBones#137)
1 parent 3f328e3 commit 3705532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version = 3.9.4
22
project.git = true # only format files tracked by git
33
maxColumn = 120
4-
runner.dialect = scala212source3
4+
runner.dialect = scala3
55
align.preset = most
66
assumeStandardLibraryStripMargin = true
77
rewrite.rules = [Imports]

0 commit comments

Comments
 (0)