1 # Handle line endings automatically for files detected as text
2 # and leave all files detected as binary untouched.
6 # The above will handle all files NOT found below
8 # These files are text and should be normalized (Convert crlf => lf)
29 *.csproj text eol=crlf
30 *.vbproj text eol=crlf
31 *.vcxproj text eol=crlf
32 *.vcproj text eol=crlf
33 *.dbproj text eol=crlf
34 *.fsproj text eol=crlf
35 *.lsproj text eol=crlf
36 *.wixproj text eol=crlf
37 *.modelproj text eol=crlf
38 *.sqlproj text eol=crlf
39 *.wmaproj text eol=crlf
42 *.filters text eol=crlf
43 *.vcxitems text eol=crlf
46 # Compiled Object files
56 # Compiled Dynamic libraries
61 # Compiled Static libraries
81 *.doc diff=astextplain
82 *.DOC diff=astextplain
83 *.docx diff=astextplain
84 *.DOCX diff=astextplain
85 *.dot diff=astextplain
86 *.DOT diff=astextplain
87 *.pdf diff=astextplain
88 *.PDF diff=astextplain
89 *.rtf diff=astextplain
90 *.RTF diff=astextplain
108 # SVG treated as an asset (binary) by default. If you want to treat it as text,
109 # comment-out the following line and uncomment the line after.