From 7d0f49339a0530e668efd4f1740a49c6632581d5 Mon Sep 17 00:00:00 2001 From: Elliott Chen Date: Wed, 25 Dec 2024 17:53:15 +0800 Subject: [PATCH] feat: updating git attribute --- .gitattributes | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0aeec35ef..7c322d246 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,2 @@ -# Set the default behavior, in case people don't have core.autocrlf set. -* text=auto - # Shell scripts use LF as line separator, even checked out to Windows(NTFS) file-system -*.sh text eol=lf - -# Declare files that will always have CRLF line endings on checkout. -*.sln text eol=crlf - -*.config text eol=lf +*.sh text eol=lf \ No newline at end of file