git: Add indent-with-non-tab to core.whitespace

The rest was already enabled by default.
This commit is contained in:
2025-04-30 16:47:06 +02:00
parent 25c00c6efd
commit 5b36728e07

View File

@@ -56,6 +56,7 @@
#pager = delta #pager = delta
pager = diff-so-fancy \ pager = diff-so-fancy \
| less --tabs=8 --RAW-CONTROL-CHARS --quit-if-one-screen | less --tabs=8 --RAW-CONTROL-CHARS --quit-if-one-screen
whitespace = trailing-spaces,space-before-tab,indent-with-non-tab
[delta] [delta]
navigate = true navigate = true
commit-decoration-style = bold yellow box commit-decoration-style = bold yellow box