From 0a7072d93d60f3c0ab96e0a5c3ee123a0e010190 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Tue, 25 Feb 2025 18:14:23 -0800 Subject: [PATCH] git config formatting --- git/.gitconfig | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/git/.gitconfig b/git/.gitconfig index f53ed6c..a90b4eb 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,22 +1,22 @@ [user] - email = lance@distrust.co - name = Lance R. Vick - signingKey = E90A401336C8AAA9 + email = lance@distrust.co + name = Lance R. Vick + signingKey = E90A401336C8AAA9 [push] - default = simple + default = simple [color] - ui = auto + ui = auto [commit] - gpgSign = true + gpgSign = true [merge] - gpgSign = true + gpgSign = true [log] - decorate = true - abbrevCommit = true + decorate = true + abbrevCommit = true [gpg] program = qubes-gpg-client-wrapper [init] - defaultBranch = main + defaultBranch = main [remote "origin"] fetch = +refs/pull/*/head:refs/remotes/origin/refs/pull/*/head fetch = +refs/merge-requests/*/head:refs/remotes/origin/refs/merge-requests/*/head