From 351d258557e9f17e810902af7844149f443615c7 Mon Sep 17 00:00:00 2001 From: Owczarek Kamil Date: Tue, 30 Apr 2024 18:03:22 +0200 Subject: [PATCH] fixed gitattributes --- .gitattributes | 3 ++- .gitattributes.txt | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .gitattributes.txt diff --git a/.gitattributes b/.gitattributes index dfdb8b77..4b17d136 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -*.sh text eol=lf +* text=auto eol=lf +*.cs -text \ No newline at end of file diff --git a/.gitattributes.txt b/.gitattributes.txt deleted file mode 100644 index 3430f589..00000000 --- a/.gitattributes.txt +++ /dev/null @@ -1,2 +0,0 @@ -* text=auto eol=lf -*.cs -text \ No newline at end of file