rust-sdk/.githooks/pre-commit
2026-02-12 11:29:19 -05:00

5 lines
78 B
Bash
Executable file

#!/bin/sh
cargo +nightly fmt --all
# stage any formatting changes
git add -u