From 5b00195bc807fd3280b236b9559e4ccaba2c4214 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 May 2020 05:19:30 +0200 Subject: [PATCH] Update scalafmt-core to 2.5.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index a9a0099a..c58c021e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -9,4 +9,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ] spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy } trailingCommas = preserve -version = 2.5.2 +version = 2.5.3