From fbec98a4dec040359a8b885a9f89305fa18ea32a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Oct 2020 21:12:34 +0200 Subject: [PATCH] Update scalafmt-core to 2.7.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index c722fdd..f88e1b3 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=2.3.2 +version=2.7.4 maxColumn = 100 docstrings = JavaDoc rewrite.rules = [SortImports, RedundantBraces, RedundantParens, PreferCurlyFors]