mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-08-15 15:27:19 +00:00
sbt fmt
This commit is contained in:
@@ -6,7 +6,7 @@ object LintingPlugin extends AutoPlugin {
|
|||||||
override def trigger = allRequirements
|
override def trigger = allRequirements
|
||||||
|
|
||||||
override val globalSettings =
|
override val globalSettings =
|
||||||
addCommandAlias("fmt", "scalafmtAll") ++
|
addCommandAlias("fmt", "; scalafmtSbt; scalafmtAll") ++
|
||||||
addCommandAlias("fix", "scalafixAll")
|
addCommandAlias("fix", "scalafixAll")
|
||||||
|
|
||||||
override val projectSettings =
|
override val projectSettings =
|
||||||
|
Reference in New Issue
Block a user