From 3811febee134e62d3539c472005f04710d913611 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Mon, 2 Dec 2024 20:21:02 +0100 Subject: [PATCH] chore: migrate git config keys to camelCase --- config/git/gitconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/git/gitconfig b/config/git/gitconfig index 1feae27..957f710 100644 --- a/config/git/gitconfig +++ b/config/git/gitconfig @@ -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]