From e1d29a77459b15ae8d4d88c4e1eab1003f3469e8 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 7 Dec 2022 23:46:33 +0000 Subject: [PATCH] refactor: formatting --- dot_gitconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dot_gitconfig b/dot_gitconfig index 3276f50..d8aabd9 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -1,13 +1,13 @@ [user] - name = sgoudham - email = sgoudham@gmail.com + name = sgoudham + email = sgoudham@gmail.com signingkey = 44E818FD5457EEA4 [commit] - gpgsign = true + gpgsign = true [core] - autocrlf = input - editor = lvim + autocrlf = input + editor = lvim [push] - autoSetupRemote = true + autoSetupRemote = true [init] - defaultBranch = main + defaultBranch = main