# Set the default behavior, in case people don't have core.autocrlf set. * text=auto # Explicitly declare text files we want normalized, but converted to # native line endings on checkout. .gitignore LICENSE *.code *.css *.csv *.html *.java *.js *.map *.md *.txt *.xml *.xsd *.MF *.URL # Declare files that will always have CRLF line endings on checkout. *.{cmd,[cC][mM][dD]} text eol=crlf *.{bat,[bB][aA][tT]} text eol=crlf # Declare files that will always have LF line endings on checkout. *.sh text eol=lf # Denote all files that are truly binary and should not be modified. .keystore binary *.eot binary *.jar binary *.jpg binary *.png binary *.svg binary *.ttf binary *.woff binary *.woff2 binary