# Set default behaviour, in case users don't have core.autocrlf set.

*          text=auto

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.

*.conf     text
*.css      text
*.dat      text
*.htaccess text
*.html     text diff=html
*.inc      text diff=php
*.ini      text
*.js       text
*.md       text
*.php      text diff=php
*.sql      text
*.tpl      text diff=html
*.txt      text

# Denote all files that are truly binary and should not be modified.

*.gif      binary
*.ico      binary
*.jpeg     binary
*.jpg      binary
*.png      binary
*.psd      binary