blob: 6fa1c6720a5055f75fd7453f520058e14f5c4716 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[user]
email = ryan@rschanz.org
name = Ryan Schanzenbacher
[commit]
gpgSign = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[color]
ui = auto
[init]
defaultBranch = main
[sendemail]
smtpserver = mail.rschanz.org
smtpuser = ryan@rschanz.org
smtpencryption = ssl
smtpserverport = 465
|