Skip to content

Commit

Permalink
Set scalafmt dialect explicitly (#11898)
Browse files Browse the repository at this point in the history
Scalafmt started issuing warnings because we don’t do this since our
latest nixpkgs upgrade which included a scalafmt upgrade.

changelog_begin
changelog_end
  • Loading branch information
cocreature authored Nov 26, 2021
1 parent 60e372d commit f3a0e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ project.git = true
align.preset = none # never align to make the fmt more diff friendly
maxColumn = 100
runner.fatalWarnings = true
runner.dialect = scala213
trailingCommas = multiple
# Disable scala doc wrapping (behavior changed in v3.0.0).
docstrings.wrap = no
Expand Down

0 comments on commit f3a0e2e

Please sign in to comment.