From 6e42d1fcd3a94347ec8d9ceb487271dae3dd9774 Mon Sep 17 00:00:00 2001 From: mus65 Date: Mon, 6 May 2024 21:20:51 +0200 Subject: [PATCH] gitattributes: set diff=csharp on cs files (#1393) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index fa94b297..b8a01af5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ * text=auto -*.cs text +*.cs text diff=csharp *.xaml text *.sln eol=crlf *.csproj eol=crlf