chore: added .gitconfig with signing enabled to to dotfiles

This commit is contained in:
Afonso Franco 2022-11-15 03:58:01 +00:00
parent 76d6b506c7
commit bf00855bc7
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

17
.gitconfig Normal file
View file

@ -0,0 +1,17 @@
[user]
email = me@afonsofrancof.com
name = afonsofrancof
signingkey = D774F2EDAE844584699E6B01C459E0BB3DCEE899
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[core]
autocrlf = input
[commit]
gpgsign = true
[gpg]
program = gpg2
[tag]
gpgsign = true