From 5ff14de1f3fdafd5bec1ac7fd4a8bff17d467f6e Mon Sep 17 00:00:00 2001 From: Marc Laval Date: Mon, 29 Aug 2016 21:41:58 +0200 Subject: [PATCH] chore: force lf EOL for ts files (#11143) --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 0d98b71ce9..0acf0cd70d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,9 @@ # Auto detect text files and perform LF normalization * text=auto -# JS files must always use LF for tools to work +# JS and TS files must always use LF for tools to work *.js eol=lf +*.ts eol=lf # Must keep Windows line ending to be parsed correctly scripts/windows/packages.txt eol=crlf