sign tags and fix indent

Amolith created

Change summary

dot_config/git/config.tmpl | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Detailed changes

dot_config/git/config.tmpl 🔗

@@ -10,10 +10,12 @@
 	email = amolith@secluded.site
 [commit]
 	gpgsign = true
+[tag]
+	gpgsign = true
 [gpg]
-    format = ssh
+	format = ssh
 [gpg "ssh"]
-    allowedSignersFile = /home/amolith/.ssh/allowed_signers
+	allowedSignersFile = /home/amolith/.ssh/allowed_signers
 [sendemail]
 	smtpserver = smtp.nixnet.email
 	smtpuser = amolith@secluded.site