diff --git a/.gitattributes b/.gitattributes index 60b563a8e8..13e9c11fb7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,9 @@ # This won't normalise line endings, but it will ensure that merge drivers use CRLF * -text eol=crlf -*.cs eol=crlf +*.cs text=auto +*.csproj text=auto +*.sln text=auto # Currently in-use binary file extensions *.blend binary