From a331079fcf6ecf6697e2c70e5f4c0068d384bbe5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 7 Dec 2022 15:33:43 +0100 Subject: make .gitattributes more consistent --- .gitattributes | 2 ++ test/.gitattributes | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 test/.gitattributes diff --git a/.gitattributes b/.gitattributes index 176a458..d76765e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ * text=auto + +*.sh text eol=lf diff --git a/test/.gitattributes b/test/.gitattributes deleted file mode 100644 index dfdb8b7..0000000 --- a/test/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.sh text eol=lf -- cgit v1.2.3