summary refs log tree commit diff
path: root/home/.config/git/config
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-27 17:22:49 -0400
committerJune McEnroe <june@causal.agency>2019-07-27 17:22:49 -0400
commita6370544f98a76262f00312c633c76d1e0d81ac0 (patch)
treeca461265f49fd42050d4c533b199c5403bedc1a4 /home/.config/git/config
parentFix shell script style in ~/.local/bin (diff)
downloadsrc-a6370544f98a76262f00312c633c76d1e0d81ac0.tar.gz
src-a6370544f98a76262f00312c633c76d1e0d81ac0.zip
Clean up home files
Diffstat (limited to 'home/.config/git/config')
-rw-r--r--home/.config/git/config16
1 files changed, 8 insertions, 8 deletions
diff --git a/home/.config/git/config b/home/.config/git/config
index 094e0e71..2ed9809a 100644
--- a/home/.config/git/config
+++ b/home/.config/git/config
@@ -1,19 +1,19 @@
 [user]
-    name = June McEnroe
-    email = june@causal.agency
+	name = June McEnroe
+	email = june@causal.agency
 
 [commit]
-    gpgSign = true
-    verbose = true
+	gpgSign = true
+	verbose = true
 
 [merge]
-    conflictStyle = diff3
+	conflictStyle = diff3
 
 [rebase]
-    autosquash = true
+	autosquash = true
 
 [pretty]
-    log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an>
+	log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an>
 
 [include]
-    path = ./private
+	path = ./private