From 6336fec73042c595f8013c8f6df4875c29e07c7c Mon Sep 17 00:00:00 2001 From: Meliox Date: Thu, 11 Jun 2026 22:32:41 +0200 Subject: [PATCH] g --- .gitattributes | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5714469..feb6da9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,2 @@ -# Ensure patch files always use LF so they apply correctly on Linux -*.patch text eol=lf - -# Shell scripts must use LF -*.sh text eol=lf +# All files must use LF +* text=auto eol=lf