1 # Auto detect text files and perform LF normalization 2 * text=auto 3 4 *.cs text diff=csharp 5 *.java text diff=java eol=lf 6 *.html text diff=html eol=lf 7 *.css text eol=lf 8 *.js text eol=lf 9 *.sql text 10 *.xml text 11 12 *.csproj text merge=union 13 *.sln text merge=union eol=crlf 14 15 *.docx diff=astextplain