From b74c02e5ed30ea69d723978df872b8cee4cb4207 Mon Sep 17 00:00:00 2001 From: Joris Clement <7713214+joclement@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:14:32 +0100 Subject: [PATCH] feat: let get complaint about carriage returns at EOL Signed-off-by: Joris Clement <7713214+joclement@users.noreply.github.com> --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 55a5ac4..204f84d 100644 --- a/gitconfig +++ b/gitconfig @@ -35,7 +35,7 @@ verbose = true [core] excludesfile = ~/.gitignore - whitespace = trailing-space,space-before-tab + whitespace = trailing-space,space-before-tab,cr-at-eol [credential] helper = cache [diff]