forked from lensesio/secret-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scalafmt.conf
31 lines (29 loc) · 909 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
version=2.6.1
maxColumn = 120
preset = IntelliJ
align.preset = most
align.openParenCallSite = true
align.tokens.add = [{code = "="},{code = ":"}]
align.multiline = false
align.arrowEnumeratorGenerator = false
assumeStandardLibraryStripMargin = true
newlines.source=keep
newlines.sometimesBeforeColonInMethodReturnType = false
newlines.alwaysBeforeMultilineDef = false
verticalMultiline.atDefnSite = true
verticalMultiline.excludeDanglingParens = []
newlines.implicitParamListModifierForce = [before,after]
optIn.breakChainOnFirstMethodDot = false
optIn.configStyleArguments = true
runner.optimizer.forceConfigStyleOnOffset = 120
runner.optimizer.forceConfigStyleMinArgCount = 1
trailingCommas = always
spaces.inImportCurlyBraces = true
rewrite.rules = [
PreferCurlyFors,
RedundantBraces,
ExpandImportSelectors,
RedundantParens
]
rewrite.redundantBraces.generalExpressions = false
project.git = true