From 2f0b4895e236a41a5b3ce1c38c2ee868a0df69f6 Mon Sep 17 00:00:00 2001 From: William Ball Date: Sat, 13 Sep 2025 09:09:06 -0400 Subject: [PATCH] fixed indentation --- git/.config/git/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git/.config/git/config b/git/.config/git/config index 4c4fdb9..4ee9adb 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -10,13 +10,13 @@ [user] email = williampi103@gmail.com name = William Ball - signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN1+L+FGfBwH/ufLzj9V6+39K+Vad7s5zUZooqGvrAAi + signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN1+L+FGfBwH/ufLzj9V6+39K+Vad7s5zUZooqGvrAAi [gpg] format = ssh -[gpg "ssh"] - program = "/opt/1Password/op-ssh-sign" +# [gpg "ssh"] +# program = "/opt/1Password/op-ssh-sign" [commit] gpgSign = true