aboutsummaryrefslogtreecommitdiff
path: root/.scalafmt.conf
diff options
context:
space:
mode:
authorAmir Saeid <amir@glgdgt.com>2026-02-08 22:52:14 +0000
committerAmir Saeid <amir@glgdgt.com>2026-02-08 22:52:14 +0000
commit21cd15d7a259e3ada2401e2585455587a56bdfbd (patch)
treea99117c5eb8f86c21132f5541b65c7cf393b0354 /.scalafmt.conf
first commit
Diffstat (limited to '.scalafmt.conf')
-rw-r--r--.scalafmt.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/.scalafmt.conf b/.scalafmt.conf
new file mode 100644
index 0000000..dcf013c
--- /dev/null
+++ b/.scalafmt.conf
@@ -0,0 +1,8 @@
+version = 3.7.1
+runner.dialect = scala213source3
+
+fileOverride {
+ "glob:**/scala-3/**" {
+ runner.dialect = scala3
+ }
+}