diff --git a/.gitattributes b/.gitattributes index dac36a01..2012fe64 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1,14 @@ # Enalbe auto eol handling -* text=auto !eol +* text=auto # Text Files auto handle -*.config text -*.cs text diff=csharp -*.md text -*.nuspec text -*.ps1 text +*.config text +*.cs text diff=csharp +*.md text +*.nuspec text +*.ps1 text +*.csproj text merge=union + # Text Files CR LF -*.sln text eol=crlf \ No newline at end of file +*.sln text merge=union eol=crlf \ No newline at end of file