From 3d5d152b60bfbc79fa714ff1adc850c7754ed0ee Mon Sep 17 00:00:00 2001 From: kzc Date: Fri, 10 Feb 2017 22:05:47 -0500 Subject: [PATCH] add .gitattributes with *.js linefeed rule --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6edcf864 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.js text eol=lf