# Enforce Unix line endings for shell scripts
*.sh text eol=lf

# Windows batch files should have CRLF
*.bat text eol=crlf

# Default behavior for other text files
* text=auto
