# Set default behavior to automatically normalize line endings
* text=auto

# Force bash/shell scripts to always use LF
*.sh text eol=lf
*.bash text eol=lf

# Force Windows scripts to use CRLF
*.bat text eol=crlf
*.cmd text eol=crlf
