From c4008efbf3e5ae29a59bdeff8ee31828639fc6a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Cincura=20=E2=86=B9?= Date: Sat, 13 Jul 2024 00:11:40 +0200 Subject: [PATCH] Update gitattributes. (#22) --- .gitattributes | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 054a997..eba22b1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ * text=auto -*.cs diff=csharp -*.sh eol=lf -*.sln eol=crlf \ No newline at end of file +*.cs text diff=csharp +*.sln text eol=crlf +*.csproj text eol=crlf +*.sh text eol=lf \ No newline at end of file