From ce9f79edfef435decbddd435f9a5c30835d63c58 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 14 Aug 2018 20:10:04 -0400 Subject: [PATCH] git: Ensure we use lf endings This could cause issues with bash if their are Windows line endings. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fcadb2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf