From 3eac3f6c73a5628165007cd2012815628f225eeb Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:11:43 +0100 Subject: [PATCH] Update scalafmt-core to 3.7.17 (#360) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index f45a639..cdde86e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=3.7.3 +version=3.7.17 continuationIndent.defnSite = 2 maxColumn = 140 align.preset = some