-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
42 lines (42 loc) · 964 Bytes
/
.gitattributes
File metadata and controls
42 lines (42 loc) · 964 Bytes
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
* text=auto eol=lf
*.cs text eol=crlf
*.xaml text eol=crlf
*.resx text eol=crlf
*.razor text eol=crlf
*.cshtml text eol=crlf
*.csproj text eol=crlf
*.csproj.user text eol=crlf
*.vb text eol=crlf
*.vbhtml text eol=crlf
*.vbproj text eol=crlf
*.vbproj.user text eol=crlf
*.c text eol=crlf
*.cpp text eol=crlf
*.h text eol=crlf
*.hpp text eol=crlf
*.rc text eol=crlf
*.def text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
*.vcxproj.user text eol=crlf
*.vcproj text eol=crlf
*.vcproj.filters text eol=crlf
*.vcproj.user text eol=crlf
*.shproj text eol=crlf
*.projitems text eol=crlf
*.props text eol=crlf
*.targets text eol=crlf
*.pubxml text eol=crlf
*.sln text eol=crlf
*.slnx text eol=crlf
*.bas text eol=crlf
*.cls text eol=crlf
*.frm text eol=crlf
*.vbp text eol=crlf
*.vbw text eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf
*.manifest text eol=crlf
*.config text eol=crlf
*.vsixmanifest text eol=crlf
Directory.Packages.props text eol=lf