Skip to content

Commit 62b0458

Browse files
committed
Add gitattributes
1 parent 8673a07 commit 62b0458

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.gittattributes

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
* -text
2+
*.c text=auto
3+
*.cpp text=auto
4+
*.cc text=auto
5+
*.h text=auto
6+
*.hpp text=auto
7+
*.m text=auto
8+
*.mm text=auto
9+
10+
*.eel text=auto
11+
*.php text=auto
12+
*.txt text=auto
13+
*.py text=auto
14+
15+
*.bat text eol=crlf
16+
*.cmd text eol=crlf
17+
18+
*.dsp text eol=crlf
19+
*.dsw text eol=crlf
20+
*.sln text eol=crlf
21+
*.vcxproj text eol=crlf
22+
*.vcxproj.filters text eol=crlf
23+
*.vcxproj.user text eol=crlf
24+
*.props text eol=crlf
25+
*.rc text eol=crlf
26+
27+
*.command text eol=lf
28+
*.sh text eol=lf
29+
*.pbxproj text eol=lf
30+
*.xcconfig text eol=lf
31+
*.xcworkspacedata text eol=lf
32+
*.plist text eol=lf
33+
Makefile text eol=lf
34+
.mk text eol=lf

0 commit comments

Comments
 (0)