17 lines
306 B
Plaintext
17 lines
306 B
Plaintext
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
[user]
|
|
name = Alexander Popov
|
|
email = iiiypuk@iiiypuk.me
|
|
signingkey = 398FC73478D97286
|
|
[core]
|
|
eol = lf
|
|
autocrlf = input
|
|
[commit]
|
|
gpgsign = true
|
|
[gpg]
|
|
program = /usr/bin/gpg
|