.gitattributes 221 Bytes
# Shell hook scripts must keep LF endings — CRLF breaks the `#!/usr/bin/env bash`
# shebang and `\r` leaks into the JSON the Stop hook prints. Force LF in the working tree.
*.sh text eol=lf
hooks/hooks.json text eol=lf