From 7ac28a401765b0be829ed6746e57c13ecc709c98 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 23 Sep 2021 13:43:11 +0200 Subject: git: nuke autocrlf option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Boy it really screws things up! Signed-off-by: Miquel Sabaté Solà --- .gitconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index a080dab..9100152 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,7 +8,6 @@ excludesfile = ~/.gitignore whitespace = trailing-space,space-before-tab abbrev = 12 - autocrlf = true [help] autocorrect = 1 @@ -39,4 +38,4 @@ defaultBranch = main [commit] - gpgsign = true \ No newline at end of file + gpgsign = true -- cgit v1.2.3