From 8c420c847d1b78fcf8276b29f8e3049b5c67bcb2 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 23 Jul 2021 10:01:18 +0200 Subject: git: set autocrlf to true MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not that it has happened before, but this avoids weird Windows characters creeping in. Signed-off-by: Miquel Sabaté Solà --- .gitconfig | 1 + 1 file changed, 1 insertion(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 36bda20..a080dab 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,6 +8,7 @@ excludesfile = ~/.gitignore whitespace = trailing-space,space-before-tab abbrev = 12 + autocrlf = true [help] autocorrect = 1 -- cgit v1.2.3