Skip to content

Commit 4f7005f

Browse files
committed
install scalafmt plugin
1 parent 291ebf8 commit 4f7005f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.scalafmt.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
version = 3.7.4
2+
runner.dialect = scala213

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ logLevel := Level.Warn
33
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15")
44
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
55
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")
6+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
7+
68

79
// Test Coverage plugin.
810
// ~

0 commit comments

Comments
 (0)