diff --git a/.scalafmt.conf b/.scalafmt.conf index c7517eea..ca923811 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,8 +1,12 @@ -version = 3.0.8 +version = 3.1.0 style = defaultWithAlign maxColumn = 100 +runner { + dialect = scala213 +} + continuationIndent.callSite = 2 newlines {