-
-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy path.scalafmt.conf
More file actions
28 lines (22 loc) · 776 Bytes
/
.scalafmt.conf
File metadata and controls
28 lines (22 loc) · 776 Bytes
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
version = 3.8.6
runner.dialect = scala213
newlines.beforeMultilineDef = keep
newlines.topLevelStatements = [before]
newlines.beforeCurlyLambdaParams = multilineWithCaseOnly
newlines.afterCurlyLambdaParams = squash
newlines.implicitParamListModifierForce = [after]
newlines.avoidForSimpleOverflow = [tooLong]
newlines.avoidInResultType = true
newlines.sometimesBeforeColonInMethodReturnType = false
newlines.beforeTypeBounds = keep
verticalMultiline.atDefnSite = true
verticalMultiline.arityThreshold = 10
spaces.inImportCurlyBraces = true
includeCurlyBraceInSelectChains = false
includeNoParensInSelectChains = false
optIn.breakChainOnFirstMethodDot = false
docstrings.style = Asterisk
docstrings.wrap = no
literals.long=Upper
literals.float=Upper
literals.double=Upper