Joshua Potter 64c2f3fd0e | ||
---|---|---|
.githooks | ||
app | ||
.envrc | ||
.gitignore | ||
README.md | ||
flake.lock | ||
flake.nix | ||
hello-world.cabal | ||
hie.yaml |
README.md
hello-world
Formatting
A pre-commit
file is included in .githooks
to ensure consistent formatting.
Run the following to configure git
to using it:
git config --local core.hooksPath .githooks/