Add treefmt for code formatting
This commit is contained in:
parent
508bbd316e
commit
a8bbb068a2
3 changed files with 55 additions and 16 deletions
4
justfile
4
justfile
|
@ -10,11 +10,11 @@ check:
|
|||
|
||||
# Lint all source code
|
||||
lint:
|
||||
echo FIXME: Add linter(s) here
|
||||
cargo clippy
|
||||
|
||||
# Format all source code
|
||||
fmt:
|
||||
echo FIXME: Add formatter here
|
||||
nix fmt
|
||||
|
||||
# Update all dependencies
|
||||
update: update-nix-pkgs update-rust-deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue