We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb4c38 commit a1c66a8Copy full SHA for a1c66a8
1 file changed
.githooks/pre-commit
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+cargo +nightly fmt --all
3
+
4
+# stage any formatting changes
5
+git add -u
0 commit comments