From 62947b0ec4d6e8fbe5ba7c34aebc62f742c55929 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 18 Aug 2016 17:49:15 -0700 Subject: [PATCH] Added attributes --- .gitattributes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e414091 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# 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 +*.hlsli eol=crlf +*.fx eol=crlf +*.fxh eol=crlf +*.inc eol=crlf +*.vcxproj eol=crlf +*.filters eol=crlf +*.sln eol=crlf + +# Explicitly declare resource files as binary +*.pdb binary \ No newline at end of file