# Ensure shell scripts always use LF line endings, even on Windows/Git Bash.
*.sh text eol=lf

# Batch files must use CRLF line endings to run correctly on Windows.
*.bat text eol=crlf
