From 966e9b8e2acf845afdd8c6600af08a89586fd71c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 22 Jun 2025 09:35:57 +0200 Subject: [PATCH] Setting core.autocrlf to false. Signed-off-by: Daniel Baumann --- debian/local/gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/local/gitconfig b/debian/local/gitconfig index fcfee9e..dd16fe5 100644 --- a/debian/local/gitconfig +++ b/debian/local/gitconfig @@ -5,3 +5,6 @@ wdiff = diff --color-words wlog = log --color-words wshow = show --color-words + +[core] + autocrlf = false