20 lines
356 B
INI
20 lines
356 B
INI
[user]
|
|
email = matt@threlfall.dev
|
|
name = Matt
|
|
signingkey = 2B19B7E053B101A8CA76256CCD563EFF28C1C306
|
|
[core]
|
|
editor = nvim
|
|
[credential]
|
|
helper = store
|
|
[init]
|
|
defaultBranch = main
|
|
[commit]
|
|
gpgsign = true
|
|
[tag]
|
|
gpgsign = true
|
|
[filter "lfs"]
|
|
process = git-lfs filter-process
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|