forked from hoangmaihuy/mill-missinglink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.scalafmt.conf
33 lines (24 loc) · 834 Bytes
/
.scalafmt.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
version = "3.7.14"
runner.dialect = scala213
project.git = true
style=default
maxColumn = 120
align.preset = some
align.openParenCallSite = false
align.openParenDefnSite = false
newlines.topLevelStatements = [before,after]
newlines.alwaysBeforeElseAfterCurlyIf = false
newlines.implicitParamListModifierForce = [before]
newlines.penalizeSingleSelectMultiArgList = false
newlines.avoidForSimpleOverflow = [punct]
verticalMultiline.atDefnSite = true
verticalMultiline.newlineAfterOpenParen = true
danglingParentheses.exclude = []
optIn.configStyleArguments = true
runner.optimizer.forceConfigStyleOnOffset = 70
runner.optimizer.forceConfigStyleMinArgCount = 3
continuationIndent.defnSite = 2
continuationIndent.callSite = 2
continuationIndent.ctorSite = 2
danglingParentheses.defnSite = true
danglingParentheses.callSite = true