Skip to content

Commit b72e573

Browse files
committed
go EOL issues, go!
1 parent 8bfb76a commit b72e573

1 file changed

Lines changed: 50 additions & 49 deletions

File tree

.gitattributes

Lines changed: 50 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,53 @@
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
1+
### Check me into the root of the repo
2+
### as .gitattributes
113

12-
*.jpg binary
13-
*.png binary
14-
*.gif binary
154

16-
*.cs text=auto diff=csharp
17-
*.vb text=auto
18-
*.c text=auto
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
28-
*.css text=auto
29-
*.scss text=auto
30-
*.sass text=auto
31-
*.less text=auto
32-
*.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
5+
*.doc diff=astextplain
6+
*.DOC diff=astextplain
7+
*.docx diff=astextplain
8+
*.DOCX diff=astextplain
9+
*.dot diff=astextplain
10+
*.DOT diff=astextplain
11+
*.pdf diff=astextplain
12+
*.PDF diff=astextplain
13+
*.rtf diff=astextplain
14+
*.RTF diff=astextplain
4415

45-
*.csproj text=auto merge=union
46-
*.vbproj text=auto merge=union
47-
*.fsproj text=auto merge=union
48-
*.dbproj text=auto merge=union
49-
*.sln text=auto eol=crlf merge=union
50-
51-
### Your repo appears to have been created with autocrlf=false or has mixed line endings
52-
core.eol = false
16+
*.jpg binary
17+
*.png binary
18+
*.gif binary
19+
20+
*.cs -text=auto diff=csharp
21+
*.vb -text=auto
22+
*.c -text=auto
23+
*.cpp -text=auto
24+
*.cxx -text=auto
25+
*.h -text=auto
26+
*.hxx -text=auto
27+
*.py -text=auto
28+
*.rb -text=auto
29+
*.java -text=auto
30+
*.html -text=auto
31+
*.htm -text=auto
32+
*.css -text=auto
33+
*.scss -text=auto
34+
*.sass -text=auto
35+
*.less -text=auto
36+
*.js -text=auto
37+
*.lisp -text=auto
38+
*.clj -text=auto
39+
*.sql -text=auto
40+
*.php -text=auto
41+
*.lua -text=auto
42+
*.m -text=auto
43+
*.asm -text=auto
44+
*.erl -text=auto
45+
*.fs -text=auto
46+
*.fsx -text=auto
47+
*.hs -text=auto
48+
49+
*.csproj -text=auto merge=union
50+
*.vbproj -text=auto merge=union
51+
*.fsproj -text=auto merge=union
52+
*.dbproj -text=auto merge=union
53+
*.sln -text merge=union

0 commit comments

Comments
 (0)