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