37 lines
644 B
INI
37 lines
644 B
INI
[user]
|
|
name = Simon Bruder
|
|
email = simon@sbruder.de
|
|
signingkey = 51276B7B829AF24674F2AA716F03E0000CC5B62F
|
|
|
|
[commit]
|
|
gpgsign = true
|
|
|
|
[core]
|
|
excludesfile = ~/.gitignore
|
|
pager = delta
|
|
quotepath = off
|
|
|
|
[filter "lfs"]
|
|
process = git-lfs filter-process
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
[pull]
|
|
ff = only
|
|
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
|
|
[delta]
|
|
line-numbers = true
|
|
side-by-side = true
|
|
decorations = true
|
|
features = decorations
|
|
syntax-theme = base16
|
|
|
|
[delta "decorations"]
|
|
commit-decoration-style = bold yellow box ul
|
|
file-style = bold yellow ul
|
|
file-decoration-style = none
|