From 5b36728e07ab1ab2cea2f8f31bb2f16a61b55f1c Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 30 Apr 2025 16:47:06 +0200 Subject: [PATCH] git: Add indent-with-non-tab to core.whitespace The rest was already enabled by default. --- .config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/config b/.config/git/config index 0a61afe..0fa4515 100644 --- a/.config/git/config +++ b/.config/git/config @@ -56,6 +56,7 @@ #pager = delta pager = diff-so-fancy \ | less --tabs=8 --RAW-CONTROL-CHARS --quit-if-one-screen + whitespace = trailing-spaces,space-before-tab,indent-with-non-tab [delta] navigate = true commit-decoration-style = bold yellow box