diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..0de1ac684 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Explicitly declare code/VS files as CRLF +*.cpp eol=crlf +*.h eol=crlf +*.hlsl eol=crlf +*.vcxproj eol=crlf +*.filters eol=crlf +*.sln eol=crlf + +# Explicitly declare resource files as binary +*.bin binary \ No newline at end of file