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

# Force bash scripts to always use LF line endings
*.sh text eol=lf

# Force batch scripts to always use CRLF line endings
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf

# Force HTML files to always use LF line endings
*.html text eol=lf

# Force Python files to always use LF line endings
*.py text eol=lf

# Binary files
*.{webp,jpg,jpeg,png,gif,ico,pdf,zip,tar,gz} binary
