We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit b5ae45aCopy full SHA for b5ae45a
.gitattributes
@@ -0,0 +1,31 @@
1
+# This is a windows-only project. Force CRLF.
2
+* text eol=crlf
3
+
4
+# Explicit settings for specific file types.
5
+*.h eol=crlf
6
+*.cpp eol=crlf
7
+*.inl eol=crlf
8
+*.hlsl eol=crlf
9
+*.rc eol=crlf
10
+*.manifest eol=crlf
11
+*.vcxproj eol=crlf
12
+*.filters eol=crlf
13
+*.props eol=crlf
14
+*.sln eol=crlf
15
+*.bat eol=crlf
16
+*.txt eol=crlf
17
+*.lua eol=crlf
18
+*.md eol=crlf
19
+*.svg eol=crlf
20
+*.html eol=crlf
21
+*.pdf binary
22
+*.ppsx binary
23
+*.ico binary
24
+*.png binary
25
+*.bmp binary
26
+*.dds binary
27
+*.DDS binary
28
+*.sdkmesh binary
29
+*.lib binary
30
+*.dll binary
31
+*.exe binary
0 commit comments