refactor(git): update git-delta configuration

This commit is contained in:
George Rawlinson 2022-06-14 17:11:32 +12:00
parent ee3142733a
commit a4d335eada
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 8 additions and 5 deletions

View File

@ -8,6 +8,7 @@
editor = nvim
# fix whitespace issues
whitespace = fix, blank-at-eol, blank-at-eof, space-before-tab, trailing-space
pager = delta
[color]
# automatically color output, except when piping
@ -43,12 +44,14 @@
# use git-delta for diff/log
[delta]
navigate = true
light = false
[interactive]
diffFilter = delta --color-only
[pager]
diff = delta
log = delta
reflog = delta
show = delta
[merge]
conflictstyle = diff3
[diff]
colorMoved = default