From 7f1a72eeda0a7bbd778677000f97b93911b2500f Mon Sep 17 00:00:00 2001 From: DMP Scala Steward Date: Sun, 18 Oct 2020 00:17:23 +0000 Subject: [PATCH] Update scalafmt-core to 2.7.5 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]