From 386eeee8561ad11cf4900615f3cc91627b5a17bb Mon Sep 17 00:00:00 2001 From: Micah Zoltu Date: Sun, 31 May 2015 15:45:41 -0700 Subject: [PATCH] Never normalize end-of-lines on clone/commit. --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 74f5f4a640..811a89b549 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -*.js linguist-language=TypeScript \ No newline at end of file +*.js linguist-language=TypeScript +* -text