config/Git/gitconfig

17 lines
306 B
Plaintext
Raw Normal View History

2021-02-20 04:54:41 +03:00
[filter "lfs"]
2021-02-20 04:56:39 +03:00
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
2021-02-20 04:54:41 +03:00
[user]
2021-02-20 04:56:39 +03:00
name = Alexander Popov
email = iiiypuk@iiiypuk.me
signingkey = 398FC73478D97286
2021-02-20 04:54:41 +03:00
[core]
2021-02-20 04:56:39 +03:00
eol = lf
autocrlf = input
2021-02-20 04:54:41 +03:00
[commit]
2021-02-20 04:56:39 +03:00
gpgsign = true
2021-02-20 04:54:41 +03:00
[gpg]
2021-02-20 04:56:39 +03:00
program = /usr/bin/gpg