# detect all text files and automatically normalize them (convert CRLF to LF)
* text=auto

# definitively text files
*.js   text
*.json text
*.html text
*.css  text
*.txt  text
*.po   text
*.md   text
