update delta configuration
parent
1c2e7751fd
commit
957a2fff9e
14
.gitconfig
14
.gitconfig
|
@ -17,18 +17,16 @@
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
[interactive]
|
|
||||||
diffFilter = delta --color-only
|
|
||||||
|
|
||||||
[delta]
|
[delta]
|
||||||
features = side-by-side line-numbers #decorations
|
features = decorations
|
||||||
whitespace-error-style = 22 reverse
|
line-numbers = true
|
||||||
syntax-theme = zenburn
|
syntax-theme = zenburn
|
||||||
|
|
||||||
[delta "decorations"]
|
[delta "decorations"]
|
||||||
commit-decoration-style = bold yellow box ul
|
commit-decoration-style = bold yellow box
|
||||||
file-style = bold yellow ul
|
file-style = bold yellow
|
||||||
file-decoration-style = none
|
file-decoration-style = yellow ul
|
||||||
|
hunk-header-style = omit
|
||||||
|
|
||||||
[rebase]
|
[rebase]
|
||||||
autoStash = true
|
autoStash = true
|
||||||
|
|
Reference in New Issue