-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy path.gitattributes
More file actions
35 lines (31 loc) · 825 Bytes
/
.gitattributes
File metadata and controls
35 lines (31 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
* -text
*.c text=auto
*.cpp text=auto
*.cc text=auto
*.h text=auto
*.hpp text=auto
*.m text=auto
*.mm text=auto
*.eel text=auto
*.php text=auto
*.txt text=auto
*.py text=auto
*.bat text eol=crlf
*.cmd text eol=crlf
*.iss text eol=crlf
*.dsp text eol=crlf
*.dsw text eol=crlf
*.sln text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
*.vcxproj.user text eol=crlf
*.props text eol=crlf
*.rc text eol=crlf
*.command text eol=lf
*.sh text eol=lf
*.pbxproj text eol=lf
*.xcconfig text eol=lf
*.xcworkspacedata text eol=lf
*.plist text eol=lf
Makefile text eol=lf
.mk text eol=lf