Skip to content

Commit 9d2b9f5

Browse files
committed
Remove all line rules except for json (#2159)
1 parent 4b616fd commit 9d2b9f5

File tree

1 file changed

+2
-38
lines changed

1 file changed

+2
-38
lines changed

.gitattributes

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,3 @@
1-
* text=auto
1+
* text=auto
22

3-
*.cmd text eol=crlf
4-
*.config text eol=crlf
5-
*.cs text eol=crlf diff=csharp
6-
*.cshtml text eol=crlf diff=csharp
7-
*.csproj text eol=crlf
8-
*.css text eol=crlf
9-
*.dll binary
10-
*.editorconfig text eol=lf
11-
*.eot binary
12-
*.example text eol=crlf
13-
*.exe binary
14-
*.gif binary
15-
*.gitattributes text eol=lf
16-
*.gitignore text eol=lf
17-
*.gitmodules text eol=lf
18-
*.html text eol=crlf
19-
*.ico binary
20-
*.jpg binary
21-
*.js text eol=crlf
22-
*.json text eol=crlf working-tree-encoding=UTF-8
23-
*.less text eol=crlf
24-
*.map text eol=lf
25-
*.md text eol=crlf
26-
*.png binary
27-
*.ps1 text eol=crlf
28-
*.razor text eol=crlf
29-
*.rels text eol=crlf
30-
*.resx text eol=crlf
31-
*.scss text eol=crlf
32-
*.sln text eol=crlf
33-
*.svg text elf=lf
34-
*.ts text eol=crlf
35-
*.tsx text eol=crlf
36-
*.ttf binary
37-
*.woff binary
38-
*.wsp binary
39-
*.xml text eol=crlf
3+
*.json text eol=crlf working-tree-encoding=UTF-8

0 commit comments

Comments
 (0)