Skip to content

Commit 14c826f

Browse files
committed
Add Scala code formatting configuration
1 parent eb277c8 commit 14c826f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.scalafmt.conf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# [[https://github.com/scalameta/scalafmt]]
2+
3+
version = 3.7.3
4+
5+
runner.dialect = scala3
6+
7+
preset = IntelliJ
8+
align.preset = more
9+
maxColumn = 120
10+
docstrings.style = Asterisk
11+
docstrings.blankFirstLine = yes
12+
docstrings.wrap = no
13+
importSelectors = singleLine
14+
newlines.source = keep

0 commit comments

Comments
 (0)