Files
asusctl/.cargo-husky/hooks/pre-commit
2025-10-20 00:39:17 +02:00

7 lines
91 B
Bash
Executable File

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