mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-25 05:26:59 +01:00
Generate dom elements with scala-dom-types
This commit is contained in:
parent
f53a1cab66
commit
ae0dc04a9e
15 changed files with 407 additions and 108 deletions
|
|
@ -1,2 +1,24 @@
|
|||
version = "3.7.17"
|
||||
version = "3.9.9"
|
||||
runner.dialect = scala3
|
||||
|
||||
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
|
||||
|
||||
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