mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-25 05:26:59 +01:00
Configure scalafix
This commit is contained in:
parent
bc113df11d
commit
8b2bf0f543
18 changed files with 67 additions and 27 deletions
|
|
@ -22,3 +22,6 @@ rewrite.scala3.convertToNewSyntax = true
|
|||
rewrite.scala3.removeOptionalBraces = yes
|
||||
rewrite.scala3.insertEndMarkerMinLines = 30
|
||||
rewrite.scala3.removeEndMarkerMaxLines = 29
|
||||
newlines.topLevelStatementBlankLines = [
|
||||
{ regex = "^Import", blanks { after = 1 } }
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue