From e6123709dc9cae9c9bda941fa2952117f8bda33b Mon Sep 17 00:00:00 2001 From: Johann Date: Tue, 29 Oct 2019 11:44:11 -0400 Subject: [PATCH] always use lf for shell scripts Ensure scripts do not get crlf endings when checking out on Windows. Fixed: webm:1651 Change-Id: I7cb6039c6d600bb57e7fbdb2fdbb84f4040803f5 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..8088b703f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +configure eol=lf +*.sh eol=lf -- 2.40.0