Files
asusctl/.cargo-husky/hooks/pre-commit
2025-02-18 22:12:54 +13:00

7 lines
109 B
Bash
Executable File

#!/bin/sh
set -e
echo '+cargo +nightly fmt --all -- --check'
cargo +nightly fmt --all -- --check
git add -u