# Shell scripts should always use LF line endings (Unix-style)
*.sh text eol=lf

# Batch files should use CRLF line endings (Windows-style)
*.bat text eol=crlf
*.cmd text eol=crlf
