To save devs getting frustrated by CI; add a call to `cargo +nightly fmt` to our git pre-commit hook.
Add `githooks` directory and: - Copy the default pre-commit hook into new githooks directory - Add a call to clippy to the pre-commit hook - Add a section to the README instructing devs how to use the new githooks