Skip to content

Commit

Permalink
Update scalafmt config
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jan 15, 2025
1 parent f5042bd commit ffb3485
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
runner.dialect = scala3
runner.dialect = scala213
version = 3.8.3
maxColumn = 120
maxColumn = 120
fileOverride {
"glob:**/scala-3/**" {
runner.dialect = scala3
}
}

0 comments on commit ffb3485

Please sign in to comment.