-
Notifications
You must be signed in to change notification settings - Fork 1
/
.scalafmt.conf
37 lines (36 loc) · 1.34 KB
/
.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
36
37
# This file was auto-generated by sbt-magine. Do not modify nor add it to gitignore.
# You can re-generate this file at any time with `sbt magineGenerateScalafmtConfig`.
align = none
align.arrowEnumeratorGenerator = false
align.openParenCallSite = false
align.openParenDefnSite = false
align.tokens = []
assumeStandardLibraryStripMargin = true
binPack.literalArgumentLists = true
continuationIndent.callSite = 2
continuationIndent.defnSite = 2
continuationIndent.extendSite = 2
danglingParentheses.exclude = []
docstrings = ScalaDoc
docstrings.blankFirstLine = true
docstrings.wrap = false
encoding = "UTF-8"
includeCurlyBraceInSelectChains = true
lineEndings = unix
maxColumn = 110
newlines.alwaysBeforeElseAfterCurlyIf = false
newlines.implicitParamListModifierForce = [before]
optIn.breakChainOnFirstMethodDot = true
project.git = true
newlines.afterCurlyLambdaParams = squash
rewrite.redundantBraces.generalExpressions = true
rewrite.redundantBraces.ifElseExpressions = true
rewrite.redundantBraces.stringInterpolation = true
rewrite.redundantBraces.includeUnitMethods = false
rewrite.rules = [ExpandImportSelectors, PreferCurlyFors, RedundantBraces, RedundantParens]
rewrite.trailingCommas.style = keep
runner.dialect = scala213
version = 3.7.12
verticalMultiline.arityThreshold = 3
verticalMultiline.atDefnSite = true
verticalMultiline.newlineAfterOpenParen = true