# 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.
# Declare files that will always have LF line endings on checkout.
*.html text eol=lf
*.md text eol=lf
*.pm text eol=lf
*.pl text eol=lf
*.xml text eol=lf
*.php text eol=lf
*.dev text eol=lf
*.live text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.bat text eol=crlf
*.cmd text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.gif binary
*.png binary
*.jpg binary