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

# PHP files
*.php text eol=lf

# Markdown files
*.md text eol=lf

# JSON files
*.json text eol=lf

# Config files
*.yml text eol=lf
*.yaml text eol=lf
*.xml text eol=lf

# Shell scripts
*.sh text eol=lf

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

