-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
65 lines (64 loc) · 1.39 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
* text=auto
*.css text eol=lf
*.js text eol=lf
*.svg text eol=lf
*.md text eol=lf
*.htm text eol=lf
*.html text eol=lf
*.txt text eol=lf
*.sql text eol=lf
*.editorconfig text eol=lf
*.gitattributes text eol=lf
*.gitignore text eol=lf
#################################
# .NET
#################################
*.cs text eol=crlf diff=csharp
*.vb text eol=crlf
*.sln text eol=crlf
*.config text eol=crlf
*.csproj text eol=crlf
*.asax text eol=crlf
*.ascx text eol=crlf
*.aspx text eol=crlf
*.axaml text eol=crlf
*.cshtml text eol=crlf
*.master text eol=crlf
*.paml text eol=crlf
*.razor text eol=crlf
*.skin text eol=crlf
*.xaml text eol=crlf
*.xamlx text eol=crlf
*.xoml text eol=crlf
*.appxmanifest text eol=crlf
*.axml text eol=crlf
*.build text eol=crlf
*.dbml text eol=crlf
*.discomap text eol=crlf
*.dtd text eol=crlf
*.jsproj text eol=crlf
*.lsproj text eol=crlf
*.njsproj text eol=crlf
*.nuspec text eol=crlf
*.proj text eol=crlf
*.props text eol=crlf
*.resw text eol=crlf
*.resx text eol=crlf
*.StyleCop text eol=crlf
*.targets text eol=crlf
*.tasks text eol=crlf
*.vbproj text eol=crlf
*.xml text eol=crlf
*.xsd text eol=crlf
*.vcxproj text eol=crlf
*.vcproj text eol=crlf
*.dbproj text eol=crlf
*.fsproj text eol=crlf
*.wixproj text eol=crlf
*.modelproj text eol=crlf
*.sqlproj text eol=crlf
*.wmaproj text eol=crlf
*.xproj text eol=crlf
*.filters text eol=crlf
*.vcxitems text eol=crlf
*.DotSettings text eol=crlf