From ee65beab15bba7b112696074975b3fd9c0f12b95 Mon Sep 17 00:00:00 2001 From: Marcono1234 Date: Mon, 2 May 2022 16:12:06 +0200 Subject: [PATCH] Add .gitattributes to specify LF as .sh line terminator (#7648) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..53565e0e9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Check out Linux shell scripts with LF (necessary when using Docker setup on Windows) +*.sh text eol=lf