# Set default behaviour, in case users don't have core.autocrlf set.
* text eol=lf

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

# Declare files that will always have CRLF line endings on checkout.
*.txt text eol=crlf

# Declare files that will always have LF line endings on checkout.
.gitattributes text eol=lf
.gitignore text eol=lf
*.crt text eol=lf
*.ini text eol=lf
*.json text eol=lf
*.md text eol=lf
*.pem text eol=lf
*.php text eol=lf
*.sql text eol=lf
*.xml text eol=lf
*.xsd text eol=lf
*.xsl text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
phpunit.xml.dist text eol=lf
LICENSE text eol=lf
README text eol=lf

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