Skip to content

Commit

Permalink
Added align.preset = most to GenericFileGenerator.
Browse files Browse the repository at this point in the history
  • Loading branch information
pme123 committed Dec 2, 2024
1 parent 08f931f commit 711af08
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ case class GenericFileGenerator()(using config: SetupConfig):
|# Recommended, to not penalize `match` statements
|indent.matchSite = 0
|
|# align arrows in for comprehensions
|align.preset = most
|
|newlines.source = keep
|rewrite.scala3.convertToNewSyntax = true
|rewrite.scala3.removeOptionalBraces = yes
Expand Down

0 comments on commit 711af08

Please sign in to comment.