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