From a7802c17a844607da23179c43bc296f051eb81a8 Mon Sep 17 00:00:00 2001 From: Russ Cam Date: Wed, 24 Jun 2020 11:01:08 +1000 Subject: [PATCH] Add .gitattributes (#4799) This commit adds a .gitattributes file to treat all shell scripts and .ci/run-tests as LF eol --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..8fe8c0326ff --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto + +*.sh text eol=lf +.ci/run-tests text eol=lf \ No newline at end of file