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 ###############################################################################
11 ###############################################################################
12 # Set default behavior for command prompt diff.
14 # This is need for earlier builds of msysgit that does not have it on by
15 # default for csharp files.
16 # Note: This is only used by command line
17 ###############################################################################
25 ###############################################################################
26 # Denote all files that are truly binary and should not be modified.
28 # image files are treated as binary by default.
29 ###############################################################################
35 ###############################################################################
36 # diff behavior for common document formats
38 # Convert binary document formats to text before diffing them. This feature
39 # is only available from the command line. Turn it on by uncommenting the
41 ###############################################################################
42 *.doc diff=astextplain
43 *.DOC diff=astextplain
44 *.docx diff=astextplain
45 *.DOCX diff=astextplain
46 *.dot diff=astextplain
47 *.DOT diff=astextplain
48 *.pdf diff=astextplain
49 *.PDF diff=astextplain
50 *.rtf diff=astextplain
51 *.RTF diff=astextplain