.gitattributes 251 B

1234567
  1. # Unsetting the text attribute on a path tells Git not to attempt any end-of-line conversion upon checkin or checkout
  2. * -text
  3. # Custom for Visual Studio
  4. *.cs -text diff=csharp
  5. *.csproj -text merge=union
  6. *.sln -text merge=union eol=crlf