From de6cb6606af131344293505906a6e26e511199d8 Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 20 Dec 2022 01:03:36 +0000 Subject: [PATCH] autocrlf is false This is correct. --- .gitconfig.shared | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig.shared b/.gitconfig.shared index 1cc3d4c..51b968a 100644 --- a/.gitconfig.shared +++ b/.gitconfig.shared @@ -1,5 +1,5 @@ [core] - autocrlf = input + autocrlf = false [pretty] doty = * %C(bold green)%h%Creset -%C(bold white)%d%Creset %s %C(bold)(%cr)%Creset <%aN>%Creset [format]