# Shell scripts must stay LF — they run inside the Linux testenv container
# (and CI), where a CRLF shebang (`#!/usr/bin/env bash\r`) fails to exec.
*.sh text eol=lf
