Commit Graph

1 Commits

Author SHA1 Message Date
jbrechtel f74c431588 chore: add fourmolu pre-commit hook
Installs a pre-commit hook that checks all staged .hs files are
formatted by fourmolu before allowing a commit. Configured via
core.hooksPath = .githooks.

Run: ./hs fourmolu -i <files>  to format
2026-05-19 21:56:27 -04:00