From e439f7fb1e5e7e13e1a11d17ce017f1348772952 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Tue, 12 Oct 2021 22:19:07 -0700 Subject: [PATCH] git: tabs, not spaces (consistency) --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 5b83e8a..1acb67a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,7 +1,7 @@ [credential] helper = store [pull] - rebase = false + rebase = false [user] email = blakelysnorth@gmail.com name = PowerUser64 @@ -11,3 +11,4 @@ lg = !"git lg1" tree = !"git lg1" +# vim:noet