# Normalize line endings and enforce LF for shell scripts * text=auto eol=lf # Scripts *.sh text eol=lf # Windows-friendly: keep .bat with CRLF *.bat text eol=crlf