From ec8fb9f191df17f8fb98301344fe50cbc47fd3f5 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 28 Jun 2022 12:29:27 -0700 Subject: [PATCH] fix: use same eol setting in gitattributes as upstream (#973) --- .gitattributes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 03d42ee9..653dde78 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ # text files must be lf for golden file tests to work -*.txt eol=lf -*.json eol=lf +* text=auto eol=lf + +# make project show as TS on GitHub +*.js linguist-detectable=false