From d09cea3474992184f6b7a4325991213efded5210 Mon Sep 17 00:00:00 2001 From: Stanislav Silin Date: Sat, 12 Nov 2022 12:57:59 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5b64204 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* text=auto + +*.cs diff=csharp +*.sln merge=union +*.csproj merge=union