diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..88f3706 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# +* text=auto +*.cs diff=csharp + +# Solutions and projects should use windows line endings +*.sln text eol=crlf +*.csproj text eol=crlf +*.fsproj text eol=crlf +*.dbproj text eol=crlf \ No newline at end of file