From 161c5d82df642b4303b5fa66e85fd956cf295c1e Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Wed, 18 Dec 2024 13:22:49 -0800 Subject: [PATCH] Try align.preset = some --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index ec0c5302df..46cb5f8eb8 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -2,7 +2,6 @@ version = 3.8.3 runner.dialect = scala213 maxColumn = 120 -align = most continuationIndent.defnSite = 2 assumeStandardLibraryStripMargin = true # TODO eventually enable, but audit handling of @define and @example {{{ (curly brace on same line) @@ -11,6 +10,7 @@ lineEndings = preserve includeCurlyBraceInSelectChains = false danglingParentheses.preset = true +align.preset = some align.tokens."+" = [ { code = ":"