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] [user]
email = "transcaffeine@finally.coffee" email = "transcaffeine@finally.coffee"
name = "transcaffeine" name = "transcaffeine"
signingkey = "03624C433676E465" signingKey = "03624C433676E465"
[commit] [commit]
gpgsign = true gpgSign = true
[tag] [tag]
gpgsign = true gpgSign = true
[gpg] [gpg]
program = "/usr/bin/gpg" program = "/usr/bin/gpg"
[rebase] [rebase]
autostash = true autoStash = true
autosquash = true autoSquash = true
[pull] [pull]
rebase = true rebase = true
autostash = true autoStash = true
[format] [format]
pretty = "oneline" pretty = "oneline"
[alias] [alias]