-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitattributes
More file actions
35 lines (34 loc) · 821 Bytes
/
.gitattributes
File metadata and controls
35 lines (34 loc) · 821 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
# These files are text and should be normalized (Convert lf => crlf)
*.asax text eol=crlf
*.ashx text eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf
*.config text eol=crlf
*.cs text eol=crlf diff=csharp
*.cshtml text eol=crlf
*.csproj text eol=crlf
#*.css text eol=crlf
#*.csv text eol=crlf
*.h text eol=crlf
#*.js text eol=crlf
#*.less text eol=crlf
*.md text eol=crlf
*.msbuild text eol=crlf
*.ps1 text eol=crlf
*.resx text eol=crlf
*.sln text eol=crlf
#*.sql text eol=crlf
*.svc text eol=crlf
*.svcinfo text eol=crlf
*.svcmap text eol=crlf
#*.ts text eol=crlf
*.tt text eol=crlf
*.wsdl text eol=crlf
*.xaml text eol=crlf
*.xml text eol=crlf
*.ts text eol=crlf
# These files are text and should be normalized (Convert crlf => lf)
*.gitattributes text eol=lf
.gitignore text eol=lf
*.md text eol=lf
*.sh text eol=lf