diff --git a/tools/git-pre-commit-hook b/tools/git-pre-commit-hook new file mode 100755 index 0000000..246a0af --- /dev/null +++ b/tools/git-pre-commit-hook @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +cargo fmt --all