git: Explicitly set core.whitespace.tabwidth=8

This commit is contained in:
2025-09-12 17:03:53 +02:00
parent f17cde7943
commit dadf344f2b

View File

@@ -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