-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitattributes
39 lines (32 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
* text=auto
Source/Managed/ShaderLab/Internal/** linguist-generated
Binaries/** linguist-vendored
Resources/Meta/** linguist-generated
*.h linguist-language=cpp
*.hpp linguist-language=cpp
*.cpp linguist-language=cpp
*.cxx linguist-language=cpp
*.compute linguist-language=hlsl
*.shader linguist-language=shaderlab
Source/Native/EditorApp/EditorApp.manifest linguist-language=xml
vcpkg.json text eol=lf
vcpkg-configuration.json text eol=lf
Resources/FontAwesome/LICENSE.txt text eol=lf
Resources/Fonts/Inter-LICENSE.txt text eol=lf
# https://github.com/gitattributes/gitattributes/blob/master/Global/VisualStudio.gitattributes
*.sln text eol=crlf
*.csproj text eol=crlf
*.vbproj text eol=crlf
*.vcxproj text eol=crlf
*.vcproj text eol=crlf
*.dbproj text eol=crlf
*.fsproj text eol=crlf
*.lsproj text eol=crlf
*.wixproj text eol=crlf
*.modelproj text eol=crlf
*.sqlproj text eol=crlf
*.wwaproj text eol=crlf
*.xproj text eol=crlf
*.props text eol=crlf
*.filters text eol=crlf
*.vcxitems text eol=crlf