From 2e08ca60b12bf395759ee1a9d6b834311c653c03 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 14 Feb 2023 22:42:47 +0200 Subject: [PATCH] gitconfig: core.safecrlf warn --- .mikaela/gitconfig | 1 + conf/gitconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/.mikaela/gitconfig b/.mikaela/gitconfig index 72e708c9..1de9516f 100644 --- a/.mikaela/gitconfig +++ b/.mikaela/gitconfig @@ -20,6 +20,7 @@ [core] editor = vim autocrlf = input + safecrlf = warn [color] # From git manpage and http://book.git-scm.com/5_customizing_git.html branch = true diff --git a/conf/gitconfig b/conf/gitconfig index a315ef56..17934e00 100644 --- a/conf/gitconfig +++ b/conf/gitconfig @@ -20,6 +20,7 @@ [core] editor = vim autocrlf = input + safecrlf = warn [color] # From git manpage and http://book.git-scm.com/5_customizing_git.html branch = true