From 40774c0e5f5f8dc32d304e0cc84e986a28f29449 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jun 2024 19:02:05 +0000 Subject: [PATCH] scalafmt-core 3.8.2 (was 3.8.1) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 7b24261..d6619fc 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 = always -version = 3.8.1 +version = 3.8.2