.gitattributes 176 B

1234567
  1. # Auto detect text files and perform LF normalization
  2. * text=auto
  3. # Custom for Visual Studio
  4. *.cs diff=csharp
  5. *.csproj text merge=union
  6. *.sln text merge=union eol=crlf