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

# 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.
*.ini text eol=crlf
*.md text eol=crlf
*.txt text eol=crlf
*.yaml text eol=crlf
LICENSE text eol=crlf
README text eol=crlf

# Declare files that will always have LF line endings on checkout.
*.crt text eol=lf
*.json 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

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