# Shell scripts must always use LF line endings
*.sh text eol=lf

# Windows scripts
*.ps1 text eol=crlm
*.bat text eol=crlm
*.cmd text eol=crlm

# Auto-detect for all other text files
* text=auto
