summaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJiuyang Liu2022-01-10 10:37:17 -0800
committerJack Koenig2022-01-10 15:53:55 -0800
commitdd36f97a82746cec0b25b94651581fe799e24579 (patch)
tree18640ff326855bfeba4da942e73f539ab270fb2f /project/plugins.sbt
parent92e77a97af986629766ac9038f0ebc8ab9a48fa1 (diff)
Add scalafmt config, SBT plugin, and mill support
Can be run in two ways: * sbt scalaFmtAll * mill mill.scalalib.scalafmt.ScalafmtModule/reformatAll __.sources
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 8c19290c..f09e1a1b 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -24,5 +24,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
+
// From FIRRTL for building from source
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.33")