From a9066142645aac092468cbaa3c4604b50bc63ce7 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 13 Jun 2023 15:57:15 +0100 Subject: [PATCH] Use default CRLF setting --- roles/home-cli/files/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/gitconfig b/roles/home-cli/files/gitconfig index 64d906e..3c2c5d8 100644 --- a/roles/home-cli/files/gitconfig +++ b/roles/home-cli/files/gitconfig @@ -2,7 +2,7 @@ # system-wide config file (normally /etc/gitconfig). [core] - autocrlf = input + autocrlf = true [pull] ff = only rebase = false