39 lines
703 B
Cheetah
39 lines
703 B
Cheetah
[user]
|
|
name = tqcq
|
|
email = {{ .email | quote }}
|
|
[init]
|
|
defaultBranch = master
|
|
[core]
|
|
compression = 9
|
|
looseCompression = 9
|
|
editor = nvim
|
|
eol = lf
|
|
pager = delta
|
|
hooksPath = .git/hooks
|
|
[pack]
|
|
compression = 9
|
|
[pull]
|
|
rebase = true
|
|
[lfs]
|
|
locksverify = false
|
|
[credential]
|
|
helper = store
|
|
[gpg]
|
|
program = /usr/sbin/gpg
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
[delta]
|
|
navigate = true
|
|
dark = true
|
|
line-numbers = true
|
|
side-by-side = true
|
|
[merge]
|
|
conflictStyle = zdiff3
|
|
[color]
|
|
ui = auto
|
|
[filter "lfs"]
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|