This commit is contained in:
Mark Canlas 2021-03-19 01:58:34 -04:00
parent 3d80e587dd
commit cb8ec31766

View File

@ -6,7 +6,7 @@ object LintingPlugin extends AutoPlugin {
override def trigger = allRequirements
override val globalSettings =
addCommandAlias("fmt", "scalafmtAll") ++
addCommandAlias("fmt", "; scalafmtSbt; scalafmtAll") ++
addCommandAlias("fix", "scalafixAll")
override val projectSettings =