From df549cc76a2e36139e03b8b2064119d2e1bacf33 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 27 Apr 2025 18:14:32 +0200 Subject: [PATCH] Instruct Git to not normalize patch files. --- icedreammusic/.gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icedreammusic/.gitattributes b/icedreammusic/.gitattributes index 2455fa9..89eab75 100644 --- a/icedreammusic/.gitattributes +++ b/icedreammusic/.gitattributes @@ -1,2 +1,2 @@ # do not fix line endings on patch file as it will not apply correctly -winrt.*.patch text eol=crlf +*.*.patch -text