From f6fc14f7a0416fe38375f88fb007200624a367cb Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 23 Feb 2016 14:30:51 -0500 Subject: [PATCH] Enforce Unix newlines Without this, a Git checkout on Windows could result in files with Windows newlines, which aren't read properly in some cases. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..d01653a88 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +text eol=lf