From 7ff8b31946e85926cc239467320f71c400fbc315 Mon Sep 17 00:00:00 2001 From: rozlette Date: Mon, 17 Feb 2020 00:54:22 -0600 Subject: [PATCH] Maybe fix line ending issue when cloning on Windows --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..176a458f9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto