-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path.gitattributes
44 lines (41 loc) · 1.25 KB
/
.gitattributes
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
36
37
38
39
40
41
42
43
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
#* text eol=auto
*.sln text eol=crlf
*.vcproj text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
*.rc text eol=crlf
*.csproj text eol=crlf
*.bat text eol=crlf
*.c text eol=lf
*.cmake text eol=lf
*.cpp text eol=lf
*.cxx text eol=lf
*.cs text eol=lf
*.gitattributes text eol=lf
*.gitignore text eol=lf
*.gitmodules text eol=lf
*.glsl text eol=lf
*.h text eol=lf
*.hpp text eol=lf
*.html text eol=lf
*.inl text eol=lf
*.ipp text eol=lf
*.json text eol=lf
*.layout text eol=lf
*.lua text eol=lf
*.md text eol=lf
*.py text eol=lf
*.sh text eol=lf
*.shader text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.pro text eol=lf
*.pri text eol=lf
*.ui text eol=lf
*.frag text eol=lf
*.vert text eol=lf
*.stylesheet text eol=lf
*.ts text eol=lf