Skip to content

Commit

Permalink
don't format sbt files
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanlas committed Oct 3, 2023
1 parent 5472fe1 commit 8feaeaa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ version = "3.7.14"

runner.dialect = "scala213"

fileOverride {
"glob:**.sbt" {
runner.dialect = scala212source3
}

"glob:**/project/**.*" {
runner.dialect = scala212source3
}
}

align.preset = more

align.tokens = [
Expand Down

0 comments on commit 8feaeaa

Please sign in to comment.