Skip to content

Commit

Permalink
Try align.preset = some
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig committed Dec 18, 2024
1 parent 5f7e78b commit 161c5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -11,6 +10,7 @@ lineEndings = preserve
includeCurlyBraceInSelectChains = false
danglingParentheses.preset = true

align.preset = some
align.tokens."+" = [
{
code = ":"
Expand Down

0 comments on commit 161c5d8

Please sign in to comment.