# Force LF line endings for shell scripts on all platforms.
# Without this, Git for Windows (core.autocrlf=true) converts LF to CRLF on
# checkout, which breaks the shebang line and silently disables the hooks.
.githooks/*  text  eol=lf
