Skip to content

Commit

Permalink
scalafmt config more close to scala style guide (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
cerveada authored Oct 20, 2023
1 parent c48fa7d commit 20130a1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ runner.dialect = scala212

maxColumn = 120

align.preset = some
align.preset = none
align.multiline = false

indent.main = 2
Expand All @@ -16,6 +16,5 @@ docstrings.style = AsteriskSpace
docstrings.wrap = no
docstrings.removeEmpty = true

align.openParenDefnSite = true
align.openParenCallSite = true

align.openParenDefnSite = false
align.openParenCallSite = false

0 comments on commit 20130a1

Please sign in to comment.