Format template

This commit is contained in:
Mo 2023-02-25 20:47:34 +01:00
parent 70dea0440a
commit 1ac042ebee
2 changed files with 42 additions and 42 deletions

View file

@ -3,4 +3,4 @@ default_job = "clippy"
[jobs.clippy] [jobs.clippy]
command = ["cargo", "clippy", "-q", "--all-targets", "--color", "always", "--workspace"] command = ["cargo", "clippy", "-q", "--all-targets", "--color", "always", "--workspace"]
need_stdout = false need_stdout = false
watch = ["tests", "benches", "examples", "crates"] watch = ["tests", "benches", "examples", "crates", "templates"]