From 3c8d9ee0772ada3e1e47162ea53c06881d2a9102 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Dec 2021 00:51:04 +0100 Subject: [PATCH] scalafmt-core 3.2.1 (was 2.7.5) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 941f949..704268b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -8,4 +8,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.7.5 +version = 3.2.1