From 89b5914276692c46a2315e2c9f3a2d47b7da5029 Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 7 Dec 2022 12:45:14 -0400 Subject: [PATCH] Git / Checkout unix shell scripts with lf on windows system. (#6669) * Checkout unix shell scripts with lf on windows system. * Change '* text eol=lf' to '* text eol=lf' based on review as it seems like the former could change binary files. Remove other text eol=lf as they are covered by the other change. --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5ffa7dffd4d..ae756ce2f00 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Auto detect text files and perform LF normalization -* text eol=lf +* text=auto eol=lf # Standard to msysgit *.doc diff=astextplain @@ -33,4 +33,3 @@ *.eot binary *.woff binary -*.xsd text eol=lf