# Auto normalize all text files (convert CRLF to LF) * text=auto # Normalize the following file types (convert CRLF to LF) *.css text *.xml text *.xsl text *.js text *.json text *.jsp text *.html text *.htm text *.txt text *.php text *.java text *.properties text *.config text *.sh text # May need to revisit SVGs but have set to binary to avoid diffing and normalizing *.svg binary # Ensure that binary files are not normalized # Source *.class binary # Images *.jpg binary *.gif binary *.png binary *.jpge binary *.tiff binary *.ico binary # Docs *.doc binary *.docx binary *.pdf binary # Fonts *.eot binary *.otf binary *.ttf binary *.woff binary *.dfont binary # Other Binary *.swf binary *.flv binary