Skip to content

Commit b5ae45a

Browse files
committed
Repo creation
0 parents  commit b5ae45a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.gitattributes

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)