Skip to content

Commit a8bb84a

Browse files
committed
- added eol=crlf for main files
1 parent 225414b commit a8bb84a

File tree

1 file changed

+5
-25
lines changed

1 file changed

+5
-25
lines changed

.gitattributes

+5-25
Original file line numberDiff line numberDiff line change
@@ -14,33 +14,13 @@
1414
*.gif binary
1515

1616
*.cs text eol=crlf diff=csharp
17-
*.vb text eol=crlf
18-
*.c text eol=crlf
19-
*.cpp text=auto
20-
*.cxx text=auto
21-
*.h text=auto
22-
*.hxx text=auto
23-
*.py text=auto
24-
*.rb text=auto
25-
*.java text=auto
26-
*.html text=auto
27-
*.htm text=auto
17+
*.aspx text eol=crlf
18+
*.asax text eol=crlf
19+
*.config text=auto
20+
*.html text eol=crlf
21+
*.htm text eol=crlf
2822
*.css text=auto
29-
*.scss text=auto
30-
*.sass text=auto
31-
*.less text=auto
3223
*.js text=auto
33-
*.lisp text=auto
34-
*.clj text=auto
35-
*.sql text=auto
36-
*.php text=auto
37-
*.lua text=auto
38-
*.m text=auto
39-
*.asm text=auto
40-
*.erl text=auto
41-
*.fs text=auto
42-
*.fsx text=auto
43-
*.hs text=auto
4424

4525
*.csproj text=auto merge=union
4626
*.vbproj text=auto merge=union

0 commit comments

Comments
 (0)