Files
asusctl/.cargo-husky/hooks/pre-commit
T

7 lines
91 B
Bash
Executable File

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