# Enforce LF line endings for shell scripts and env files
# so Windows checkouts don't break WSL/Linux execution

*.sh        text eol=lf
*.env       text eol=lf
.env        text eol=lf
.env.*      text eol=lf
Makefile    text eol=lf
