# Shell scripts and env files are read by bash (host and in-container) and
# must never pick up CRLF line endings, regardless of the checkout OS or
# core.autocrlf setting - CRLF breaks shebangs, heredocs, and sourced .env
# values (a trailing \r ends up baked into every variable).
*.sh text eol=lf
.env* text eol=lf
Dockerfile text eol=lf
