From 14143aa9767d1826d9aa8fe1a87ea2d85f42d467 Mon Sep 17 00:00:00 2001 From: Chris Given Date: Wed, 15 Jun 2016 09:58:56 -0400 Subject: [PATCH] Set eol to lf, fix for NPM bug on POSIX systems --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e464349 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Fix bug on POSIX systems with CRLF line endings (see: https://github.com/npm/npm/issues/2097) +* text eol=lf