Skip to content

Commit

Permalink
Upgrade Scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
joan38 committed Jun 10, 2021
1 parent 0aab704 commit 7342e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version = 2.7.5
version = 3.0.0-RC5
project.git = true
maxColumn = 120
align = more
align.preset = more
assumeStandardLibraryStripMargin = true
rewrite.rules = [AvoidInfix, SortImports, RedundantBraces, RedundantParens, SortModifiers]
rewrite.redundantBraces.stringInterpolation = true
Expand Down

0 comments on commit 7342e32

Please sign in to comment.