From 5849aa9936fa72d34f01c2189c1277b01afd9c3a Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Sat, 15 Feb 2020 12:50:23 -0600 Subject: [PATCH] Revert "Update scalafmt-core to 2.4.0" This reverts commit 96aa722af0906874d3b439c6c2921cbd95d0ce27. It formats things very differently. We're not going through this again. --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index a394e96665..039011915e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "2.4.0" +version = "2.3.2" align = more maxColumn = 110 spaces.inImportCurlyBraces = true