Skip to content

Commit

Permalink
Force empty line after top-level package statement
Browse files Browse the repository at this point in the history
  • Loading branch information
pmscosta committed Sep 10, 2024
1 parent 78e0f97 commit 86dea23
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 86dea23

Please sign in to comment.