Skip to content

Commit

Permalink
Use scalafmt 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomko committed Apr 2, 2024
1 parent 693d6e4 commit 9d570ee
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
# PoolQ3 .scalafmt configuration
version=3.8.0
version=3.8.1
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 9d570ee

Please sign in to comment.