diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7225f32 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto + +*.cs text diff=csharp +*.cshtml text diff=html +*.csx text diff=csharp +*.sln text eol=crlf merge=union +*.csproj text merge=union