# packaging/install.sh is fetched raw and piped straight into `sh` on
# macOS/Linux - CRLF line endings there aren't just cosmetic, they can break
# execution outright (a `\r`-terminated shebang, or `\r` embedded inside
# `case`/heredoc bodies). Force LF regardless of the committing machine's
# core.autocrlf setting.
*.sh text eol=lf
