git: use gpg signing by default

This commit is contained in:
Daniel Lundin 2020-03-08 12:55:03 +01:00
parent 25e114e36e
commit ec338a5c94
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC

View file

@ -6,6 +6,7 @@ editor = nvim
[user]
name = Daniel Lundin
email = daniel@arity.se
signingkey = 79020DB026385D4C
[column]
ui = auto
@ -145,3 +146,5 @@ diff-chunk = magenta default bold
clean = git-lfs clean -- %f
[credential]
helper = store
[commit]
gpgsign = true