Skip to content

Commit

Permalink
scalafmt-core 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barambani committed Sep 9, 2020
1 parent dc9d3a4 commit 795ff9c
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,4 +1,4 @@
version=2.6.4
version=2.7.0

align.preset = more
maxColumn = 100
Expand Down Expand Up @@ -29,7 +29,7 @@ rewrite.redundantBraces.includeUnitMethods = true

newlines.afterCurlyLambda = preserve
newlines.neverInResultType = true
newlines.alwaysBeforeMultilineDef = true
newlines.beforeMultilineDef = keep
newlines.sometimesBeforeColonInMethodReturnType = false
newlines.penalizeSingleSelectMultiArgList = false
newlines.implicitParamListModifierPrefer = before
Expand Down

0 comments on commit 795ff9c

Please sign in to comment.