Skip to content

Commit 7e99a88

Browse files
committed
added .gitattributes to specify crlf lineendings
1 parent baead78 commit 7e99a88

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

.gitattributes

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
*.doc diff=astextplain
2+
*.DOC diff=astextplain
3+
*.docx diff=astextplain
4+
*.DOCX diff=astextplain
5+
*.dot diff=astextplain
6+
*.DOT diff=astextplain
7+
*.pdf diff=astextplain
8+
*.PDF diff=astextplain
9+
*.rtf diff=astextplain
10+
*.RTF diff=astextplain
11+
12+
*.jpg binary
13+
*.png binary
14+
*.gif binary
15+
16+
*.cs text diff=csharp
17+
*.vb text
18+
*.c text
19+
*.cpp text
20+
*.cxx text
21+
*.h text
22+
*.hxx text
23+
*.py text
24+
*.rb text
25+
*.java text
26+
*.html text
27+
*.htm text
28+
*.css text
29+
*.scss text
30+
*.sass text
31+
*.less text
32+
*.js text
33+
*.lisp text
34+
*.clj text
35+
*.sql text
36+
*.php text
37+
*.lua text
38+
*.m text
39+
*.asm text
40+
*.erl text
41+
*.fs text
42+
*.fsx text
43+
*.hs text
44+
45+
*.csproj text merge=union
46+
*.vbproj text merge=union
47+
*.fsproj text merge=union
48+
*.dbproj text merge=union
49+
*.sln text eol=crlf merge=union

0 commit comments

Comments
 (0)