Skip to content

Commit

Permalink
Update scalafmt settings. prepare Scala 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Dec 24, 2023
1 parent 8cbb210 commit d0d5db9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ newlines.topLevelStatementBlankLines = [
}
]
project.layout = StandardConvention
rewrite.scala3.convertToNewSyntax = true
runner.dialectOverride.allowSignificantIndentation = false
runner.dialectOverride.allowAsForImportRename = false
runner.dialectOverride.allowStarWildcardImport = false

0 comments on commit d0d5db9

Please sign in to comment.