From 28fd1bd233e551f2cb0724a1d3ebfa359d1d5629 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Mon, 2 Dec 2024 15:06:29 -0500 Subject: [PATCH] only warn on line-endings --- dot_config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/git/config b/dot_config/git/config index 299223c..151385b 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -1,6 +1,6 @@ [core] autocrlf = input - safecrlf = true + safecrlf = warn pager = delta [user] email = joel@beckmeyer.us