Day 2
This commit is contained in:
parent
bfd82a5476
commit
59c8685ff9
3 changed files with 2614 additions and 1 deletions
|
|
@ -1,2 +1,24 @@
|
|||
version = "3.0.5"
|
||||
version = "3.5.8"
|
||||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue