We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b1a69 commit 458e641Copy full SHA for 458e641
.gitignore
@@ -17,6 +17,8 @@ project/plugins/project/
17
.worksheet
18
19
.idea*
20
+.vscode
21
+.scala-build
22
23
.keys*
24
.scalafmt.conf
@@ -1,3 +1,8 @@
1
-runner.dialect = scala3
+runner.dialect = scala213
2
version = 3.8.2
3
-maxColumn = 120
+maxColumn = 120
4
+fileOverride {
5
+ "glob:**/scala-3/**" {
6
+ runner.dialect = scala3
7
+ }
8
+}
0 commit comments