From afcbe1e3ad0a2b17d70f6465e00ff007f00db0e0 Mon Sep 17 00:00:00 2001 From: Bill Ticehurst Date: Wed, 14 Dec 2016 19:24:04 -0800 Subject: [PATCH] Normalize line endings in ./lib to LF --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 811a89b5493..21ae8160ed0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.js linguist-language=TypeScript * -text +lib/* eol=lf