diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..a35e96cdf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# Set default behaviour, in case users don't have core.autocrlf set. +* text=auto + +# Visual Studio +*.sln text eol=crlf +*.vcproj text eol=crlf +*.vcxproj text eol=crlf