Skip to content

Commit 24dfe9d

Browse files
committed
Add .gitattributes to keep line endings normalized
1 parent e88e772 commit 24dfe9d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Explicitly declare code/VS files as CRLF
5+
*.cpp eol=crlf
6+
*.h eol=crlf
7+
*.hlsl eol=crlf
8+
*.vcxproj eol=crlf
9+
*.filters eol=crlf
10+
*.sln eol=crlf
11+
12+
# Explicitly declare resource files as binary
13+
*.bin binary

0 commit comments

Comments
 (0)