Prechádzať zdrojové kódy

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

mus65 1 rok pred
rodič
commit
6e42d1fcd3
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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