forked from YAFNET/YAFNET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
78 lines (72 loc) · 2.1 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
*.sql text
*.html diff=html
*.css text
*.js text
*.sql text
# Normalise endings to CRLF
*.cs eol=crlf
*.xml eol=crlf
*.xaml eol=crlf
*.xsl eol=crlf
*.xsd eol=crlf
*.cshtml eol=crlf
*.css eol=crlf
*.js eol=crlf
*.txt eol=crlf
*.config eol=crlf
*.sql eol=crlf
*.sln eol=crlf
*.csproj eol=crlf
*.vbproj eol=crlf
*.fsproj eol=crlf
*.dbproj eol=crlf
*.nunit eol=crlf
*.html eol=crlf
*.md eol=crlf
*.proj eol=crlf
*.bat eol=crlf
*.cmd eol=crlf
*.nuspec eol=crlf
*.targets eol=crlf
*.conf eol=crlf
*.manifest eol=crlf
*.ps1 eol=crlf
*.resx eol=crlf
*.asax eol=crlf
*.aspx eol=crlf
*.ncrunchproject eol=crlf
*.ncrunchsolution eol=crlf
*.msbuild eol=crlf
*.template eol=crlf
*.settings eol=crlf
*.java eol=crlf
.gitattributes eol=crlf
.classpath eol=crlf
.project eol=crlf
###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain