diff --git a/.scalafmt.conf b/.scalafmt.conf index c722fdd..4d22f17 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=2.3.2 +version=2.7.5 maxColumn = 100 docstrings = JavaDoc rewrite.rules = [SortImports, RedundantBraces, RedundantParens, PreferCurlyFors]