# 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. *.php text *.ini text *.xml text *.js text *.json text *.less text *.css text *.html text *.md text # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary *.eot binary *.svg binary *.ttf binary *.woff binary *.woff2 binary