From e0b330a203fa00833a82c37f3d5a22f010687f65 Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Wed, 10 Nov 2021 20:37:42 +0800 Subject: [PATCH] Update scalafmt-core to 3.0.8 (#77) * Update scalafmt-core to 3.0.8 * Reformat with scalafmt 3.0.8 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 3b90e85..ccf84b3 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.0.6 +version = 3.0.8 maxColumn = 150 continuationIndent.callSite = 2 continuationIndent.defnSite = 4