From 4d7e039ead8c718bbc6cff8ed1e59dce431f72e1 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 23 Apr 2026 12:15:54 +0100 Subject: [PATCH] chore(.gitattributes): retain binary file eol style Signed-off-by: Frazer Smith --- .gitattributes | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index cad1c32..a0e7df9 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