From 28c9d0136bb89ffcabb6fa297b02c5f01d4def45 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Mon, 8 Dec 2025 10:32:27 +0100 Subject: [PATCH] feat: add git config --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 176a458..780e15a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ * text=auto +core.autocrlf=false +core.eol=lf +core.filemode=false