# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=lf

# Explicitly declare text files you want to always be normalized and converted to native line endings on checkout.
*.css text
*.html text
*.lock text
*.md text
*.php text
*.phtml text
*.js text
*.json text
*.sh text
*.sql text
*.txt text
*.xml text
*.yml text

# Denote all files that are truly binary and should not be modified.
*.gif binary
*.png binary
*.jpg binary