From b713da2d0fcee76fd27f6d2e6dbfacb15e2a1150 Mon Sep 17 00:00:00 2001 From: Albert Meltzer <7529386+kitbellew@users.noreply.github.com> Date: Sat, 30 Mar 2024 20:37:45 -0700 Subject: [PATCH] scalafmt: group parameters --- .scalafmt.conf | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 11bbf5202f..4a29891f9d 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,12 +1,16 @@ version=3.8.1 runner.dialect = scala213 -project.git = true -project.excludeFilters = [ - scalafmt-benchmarks/src/resources, - sbt-test - bin/issue -] -align.preset = none +project { + git = true + excludeFilters = [ + scalafmt-benchmarks/src/resources, + sbt-test + bin/issue + ] +} +align { + preset = none +} # Disabled in default since this operation is potentially # dangerous if you define your own stripMargin with different # semantics from the stdlib stripMargin.