Skip to content

Commit 62b2cac

Browse files
fix build
1 parent f9b8f5a commit 62b2cac

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.scalafmt.conf

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version = 2.3.2
2+
style = default
3+
maxColumn = 120
4+
optIn.breakChainOnFirstMethodDot = false
5+
assumeStandardLibraryStripMargin = true
6+
align = most
7+
align.tokens.add = ["|", "!", "!!", "||", "=>", "=", "->", "<-", "|@|", "//", "/", "+", "%", "%%"]
8+
continuationIndent.defnSite = 2
9+
rewrite.rules = [
10+
AsciiSortImports,
11+
AvoidInfix,
12+
PreferCurlyFors,
13+
RedundantBraces,
14+
RedundantParens,
15+
SortModifiers
16+
]
17+
project.git = true
18+
includeNoParensInSelectChains = true

0 commit comments

Comments
 (0)