diff --git a/.scalafmt.conf b/.scalafmt.conf index 8625551..821b701 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 2.6.4 +version = 2.7.5 style = defaultWithAlign # For pretty alignment. maxColumn = 160 rewrite.rules = [RedundantBraces, RedundantParens, SortImports]