From 66c06ebc22dbcc8bfe967d3ae40443538389121f Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 23 Apr 2026 12:01:04 +0100 Subject: [PATCH] chore(.gitattributes): ensure non-text files remain untouched Signed-off-by: Frazer Smith --- .gitattributes | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index cad1c32e..a0e7df93 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,2 @@ -# Set the default behavior, in case people don't have core.autocrlf set -* text=auto - -# Require Unix line endings -* text eol=lf +# Set default behavior to automatically convert line endings +* text=auto eol=lf