diff --git a/config/.gitconfig b/config/.gitconfig index 7dcd38b..7798103 100644 --- a/config/.gitconfig +++ b/config/.gitconfig @@ -1,7 +1,7 @@ [user] email = daniil@tsivinsky.com name = Daniil Tsivinsky - signingkey = 2257F54B99322715 + signingkey = 2257F54B99322715 [core] editor = nvim [init] @@ -27,9 +27,9 @@ process = git-lfs filter-process required = true [commit] - gpgsign = true + gpgsign = true [tag] - gpgSign = true + gpgSign = true [credential "https://git.tsivinsky.com"] - helper = - helper = !tea login helper + helper = + helper = !tea login helper