chore: migrate git config keys to camelCase

This commit is contained in:
transcaffeine 2024-12-02 20:21:02 +01:00
parent 3f4765cced
commit 3811febee1
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -1,19 +1,19 @@
[user]
email = "transcaffeine@finally.coffee"
name = "transcaffeine"
signingkey = "03624C433676E465"
signingKey = "03624C433676E465"
[commit]
gpgsign = true
gpgSign = true
[tag]
gpgsign = true
gpgSign = true
[gpg]
program = "/usr/bin/gpg"
[rebase]
autostash = true
autosquash = true
autoStash = true
autoSquash = true
[pull]
rebase = true
autostash = true
autoStash = true
[format]
pretty = "oneline"
[alias]