From bd703a7a7d7afd113634a346290acc27dd314bfc Mon Sep 17 00:00:00 2001 From: Walter Wang <271418+wangzq@users.noreply.github.com> Date: Wed, 15 Sep 2021 19:43:27 -0700 Subject: [PATCH] Force LF on Windows (#1326) Fix #1270 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfdb8b7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf