aboutsummaryrefslogtreecommitdiff
path: root/.scalafmt.conf
blob: 92796abc6204ebc577a2da9c2867aa23a9c9af16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
version = 1.3.0
align = true
maxColumn = 100
continuationIndent.callSite = 2
continuationIndent.defnSite = 2
continuationIndent.extendSite = 4
danglingParentheses = true
align.openParenCallSite = true
optIn.selfAnnotationNewline = false
optIn.breakChainOnFirstMethodDot = false