Skip to content

Commit

Permalink
Update scalafmt with runner.dialect (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas authored Dec 10, 2021
1 parent 47d6ed0 commit b8c70a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
version=3.1.2
runner.dialect = scala212
fileOverride {
"glob:**/scala-2.13*/**" {
runner.dialect = scala213
}
}
maxColumn = 110
docstrings.style = Asterisk
newlines.alwaysBeforeMultilineDef = false
Expand Down

0 comments on commit b8c70a4

Please sign in to comment.