From 93465d5dbf2fed7c8892c8d4124e22c99d47689c Mon Sep 17 00:00:00 2001 From: Owen Ou Date: Wed, 31 May 2023 08:45:07 -0700 Subject: [PATCH] Use LF line endings for all text Ref: https://github.com/actions/checkout/issues/135 --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 8af46628cd..366d3c2b3c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ .gitattributes export-ignore .gitignore export-ignore -*.test eol=lf -*.jq eol=lf +* text=auto eol=lf