24 lines
782 B
Text
24 lines
782 B
Text
version = "3.10.1"
|
|
|
|
preset=defaultWithAlign
|
|
|
|
assumeStandardLibraryStripMargin = true
|
|
maxColumn = 100
|
|
continuationIndent.callSite = 2
|
|
continuationIndent.defnSite = 2
|
|
align.arrowEnumeratorGenerator = true
|
|
align.openParenDefnSite = false
|
|
align.stripMargin = true
|
|
rewrite.rules = [RedundantBraces, Imports, RedundantParens, SortModifiers, PreferCurlyFors]
|
|
rewrite.redundantBraces.ifElseExpressions = true
|
|
rewrite.redundantBraces.stringInterpolation = true
|
|
verticalMultiline.atDefnSite = true
|
|
verticalMultiline.newlineAfterOpenParen = true
|
|
optIn.breaksInsideChains = true
|
|
lineEndings = unix
|
|
|
|
runner.dialect = scala3
|
|
rewrite.scala3.convertToNewSyntax = true
|
|
rewrite.scala3.removeOptionalBraces = yes
|
|
rewrite.scala3.insertEndMarkerMinLines = 30
|
|
rewrite.scala3.removeEndMarkerMaxLines = 29
|