Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add git hook to run cargo fmt and clippy before commit
This commit adds a pre-commit hook that automatically runs `cargo fmt` and `clippy` to ensure code quality and consistency before each commit. Signed-off-by: YouXam <[email protected]>
- Loading branch information