Skip to content

Commit

Permalink
Merge pull request #727 from adzerk/scalamt-blank-after-package
Browse files Browse the repository at this point in the history
Force empty line after top-level package statement
  • Loading branch information
jcazevedo authored Sep 10, 2024
2 parents 78e0f97 + 86dea23 commit 851ffd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ version = 3.8.3

runner.dialect = scala213
maxColumn = 120
newlines.topLevelStatementBlankLines = [
{ blanks: { after: 0 } }
]
fileOverride {
"glob:**/*.sbt" {
runner.dialect = sbt1
Expand Down

0 comments on commit 851ffd6

Please sign in to comment.