From 249e759915b4a0823c860cfd990743c5553f9dc7 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Wed, 20 Oct 2021 23:59:11 +0200 Subject: [PATCH] fix: ensure scripts always have Unix newlines --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000000..b289a09f4fafaf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Ensure scripts always have Unix newlines, even on Windows. +*.command text eol=lf +*.sh text eol=lf