From a4c01374a919f88e65a7fb712ba7227c24e7bb48 Mon Sep 17 00:00:00 2001 From: Vladislav Doster Date: Thu, 27 Aug 2026 03:16:04 -0500 Subject: [PATCH] build: use text=auto for the default attribute Signed-off-by: Vladislav Doster --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 43ea67c8..766584f4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # By default, everything is text -* text +* text=auto # These must be unix EOLs *.sh eol=lf