Преглед изворни кода

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

mus65 пре 1 година
родитељ
комит
6e42d1fcd3
1 измењених фајлова са 1 додато и 1 уклоњено
  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