1 ###############################################################################
2 # Set default behavior to automatically normalize line endings.
3 ###############################################################################
6 ###############################################################################
7 # Declare files that will always have CRLF line endings on checkout.
8 ###############################################################################
12 *.csproj text eol=crlf
15 ###############################################################################
16 # Set default behavior for command prompt diff.
18 # This is need for earlier builds of msysgit that does not have it on by
19 # default for csharp files.
20 # Note: This is only used by command line
21 ###############################################################################
29 ###############################################################################
30 # Denote all files that are truly binary and should not be modified.
32 # image files are treated as binary by default.
33 ###############################################################################
42 ###############################################################################
43 # diff behavior for common document formats
45 # Convert binary document formats to text before diffing them. This feature
46 # is only available from the command line. Turn it on by uncommenting the
48 ###############################################################################
49 *.doc diff=astextplain
50 *.DOC diff=astextplain
51 *.docx diff=astextplain
52 *.DOCX diff=astextplain
53 *.dot diff=astextplain
54 *.DOT diff=astextplain
55 *.pdf diff=astextplain
56 *.PDF diff=astextplain
57 *.rtf diff=astextplain
58 *.RTF diff=astextplain