summaryrefslogtreecommitdiff
path: root/.scalafmt.conf
blob: 20d91a464069808b503d3d16977a0667ed77c822 (plain)
1
2
3
4
5
6
7
8
edition = 2019-10
maxColumn = 100
docstrings = JavaDoc
assumeStandardLibraryStripMargin = true
rewrite.rules = [AvoidInfix, PreferCurlyFors, RedundantBraces, RedundantParens, SortModifiers, SortImports]
rewrite.redundantBraces.generalExpressions = true
trailingCommas = preserve
optIn.forceBlankLineBeforeDocstring = true