Skip to content

Commit

Permalink
Workaround for scalafmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomko committed Feb 22, 2024
1 parent d7857f2 commit 7d00105
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# PoolQ3 .scalafmt configuration
version=3.8.0
runner.dialect = scala3

# work around https://github.com/scalameta/scalafmt/issues/3787
fileOverride {
"glob:**.sbt" {
runner.dialect = sbt1
}
}
style = IntelliJ

maxColumn = 120
Expand Down

0 comments on commit 7d00105

Please sign in to comment.