# Shell scripts and CI workflows must stay LF — they run on the Linux `host` runner, where a
# CRLF-terminated script would fail to execute.
*.sh    text eol=lf
*.yml   text eol=lf
*.yaml  text eol=lf
