# Windows batch files must keep CRLF line endings or CMD chokes.
*.bat text eol=crlf
# Shell scripts must keep LF.
*.sh text eol=lf
