From e94e429281aaebab9b183280c310bc031e907235 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 2 Aug 2019 00:10:37 +0200 Subject: [PATCH] Update scalafmt to 2.0.0 (#15) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index ab171ff..1a34707 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "2.0.0-RC8" +version = "2.0.0" maxColumn = 120 align = most continuationIndent.defnSite = 2