Sfoglia il codice sorgente

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

mus65 1 anno fa
parent
commit
6e42d1fcd3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .gitattributes

+ 1 - 1
.gitattributes

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