From 5b36a2d21d9419ed6030f5aed898d0d82b887f61 Mon Sep 17 00:00:00 2001 From: martaf Date: Wed, 22 Nov 2023 15:14:21 +0100 Subject: [PATCH] ignore eol --- .gitattributes | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 86aab38d..c765065e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ -*.cs text eol=crlf -.xaml diff +# no eol conversions +* -text + +*.cs text eol=crlf +.xaml diff