# Shell scripts must use LF on all platforms (avoid bash $'\r' errors on Linux)
*.sh text eol=lf

# Environment files must use LF (avoid source #: command not found on Linux)
*.env text eol=lf
.env* text eol=lf
