Skip to content

Commit

Permalink
Upgrade scalafmt to 3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joan38 committed Feb 3, 2025
1 parent f2c611f commit 37e4db3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.3
version = 3.8.6
runner.dialect = scala213source3
fileOverride."glob:**.sc".runner.dialect = scala213
project.git = true
Expand All @@ -12,8 +12,3 @@ rewrite.redundantBraces.stringInterpolation = true
rewrite.imports.sort = original
rewrite.scala3.convertToNewSyntax = true
rewrite.scala3.removeOptionalBraces = oldSyntaxToo
fileOverride {
"glob:**/*.sc" {
runner.dialect = scala213
}
}

0 comments on commit 37e4db3

Please sign in to comment.