git: Add line breaks between sections
This commit is contained in:
parent
f4f3cf689a
commit
8d88de07a7
|
@ -2,15 +2,19 @@
|
|||
name = Simon Bruder
|
||||
email = simon@sbruder.de
|
||||
signingkey = 51276B7B829AF24674F2AA716F03E0000CC5B62F
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[core]
|
||||
excludesfile = ~/.gitignore
|
||||
quotepath = off
|
||||
|
||||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
|
||||
[pull]
|
||||
ff = only
|
||||
|
|
Reference in a new issue