-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.scalafmt.conf
35 lines (26 loc) · 894 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
34
35
align.preset = none
assumeStandardLibraryStripMargin = false
binPack.parentConstructors = false
continuationIndent.callSite = 2
continuationIndent.defnSite = 2
danglingParentheses.preset = false
danglingParentheses.defnSite = true
docstrings = JavaDoc
literals.double = Unchanged
literals.float = Unchanged
literals.long = Unchanged
maxColumn = 100
newlines.sometimesBeforeColonInMethodReturnType = false
newlines.implicitParamListModifierForce = [before]
newlines.neverInResultType = false
newlines.alwaysBeforeMultilineDef = false
optIn.breaksInsideChains = true
project.git = true
rewrite.redundantBraces.generalExpressions = false
rewrite.rules = [ExpandImportSelectors]
runner.optimizer.escapeInPathologicalCases = false
spaces.afterTripleEquals = true
trailingCommas = preserve
version = "2.5.1"
verticalMultiline.atDefnSite = true
verticalMultiline.newlineAfterOpenParen = true