blob: 49fec030ac41b744bdd0f300c3e3ad7bb785e04d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[user]
name = Michael Hunteman
email = michael@huntm.net
signingkey = 7E43BF68
[core]
editor = nvim
[commit]
gpgsign = true
[pull]
rebase = true
[sendemail]
smtpserver = mail.huntm.net
smtpuser = michael@huntm.net
smtpencryption = tls
smtpserverport = 587
annotate = true
|