# Auto detect text files and perform LF normalization
* text=auto

# Shell scripts should always use LF
*.sh text eol=lf

# Python files should use LF
*.py text eol=lf

# Markdown files should use LF
*.md text eol=lf

# YAML files should use LF
*.yml text eol=lf
*.yaml text eol=lf

# JSON files should use LF
*.json text eol=lf

# TypeScript/JavaScript files should use LF
*.ts text eol=lf
*.js text eol=lf

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

# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary