From 55dc5817e84a642b1e48605fb869e387141c00ca Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Fri, 1 May 2020 00:31:16 +0000 Subject: [PATCH] Update scalafmt to 2.5.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 815d97d..d04428f 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -6,5 +6,5 @@ continuationIndent.defnSite = 2 docstrings = JavaDoc includeCurlyBraceInSelectChains = false optIn.breakChainOnFirstMethodDot = false -version = "2.4.2" +version = "2.5.0" trailingCommas = preserve