Skip to content

Commit

Permalink
Update scalafmt to match platform API style.
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodBaker committed Jul 15, 2022
1 parent a85290a commit b72f82c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version = 2.6.0
preset = IntelliJ
align.preset = some
version = "3.5.8"
runner.dialect = scala213
align = more
align.openParenCallSite = true
align.openParenDefnSite = true
maxColumn = 100
comments.wrap = standalone
assumeStandardLibraryStripMargin = true
danglingParentheses.callSite = false
rewrite.rules = [SortModifiers]
rewrite.rules = [SortModifiers, RedundantBraces]

0 comments on commit b72f82c

Please sign in to comment.