From dadf344f2b14edca36f620d459ffddd8d0e7de0d Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 12 Sep 2025 17:03:53 +0200 Subject: [PATCH] git: Explicitly set core.whitespace.tabwidth=8 --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index c2ad12e..96490b5 100644 --- a/.config/git/config +++ b/.config/git/config @@ -101,7 +101,7 @@ abbrev = 12 #pager = delta pager = diff-so-fancy | less --tabs=8 --RAW-CONTROL-CHARS - whitespace = trailing-spaces,space-before-tab,indent-with-non-tab + whitespace = trailing-spaces,space-before-tab,indent-with-non-tab,tabwidth=8 [delta] navigate = true commit-decoration-style = bold yellow box