Browse Source

gitattributes: set diff=csharp on cs files (#1393)

pull/1395/head
mus65 1 year ago
committed by GitHub
parent
commit
6e42d1fcd3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .gitattributes

2
.gitattributes

@ -1,6 +1,6 @@
* text=auto
*.cs text
*.cs text diff=csharp
*.xaml text
*.sln eol=crlf
*.csproj eol=crlf

Loading…
Cancel
Save