aboutsummaryrefslogtreecommitdiff
path: root/git/.gitconfig
blob: bd628ff57874254b19ba9e4724a8ffc016b9fd88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[core]
editor = nvim

[color "diff"]
whitespace = red reverse

[user]
email = dev@rozanov.info
name = Daniil Rozanov
signingkey = dev@rozanov.info

[commit]
gpgsign = true

[tag]
gpgSign = true
[http]
sslCAinfo = /etc/ssl/certs/ca-certificates.crt
[init]
defaultBranch = main