mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-21 18:29:22 +00:00
sbt fmt
This commit is contained in:
parent
3d80e587dd
commit
cb8ec31766
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user