From a77f5fab7582229d1f70e8d61b8183b295c0f077 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Sat, 3 Dec 2016 11:49:41 +0100 Subject: [PATCH] Tab / Spaces --- git/gitconfig | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/git/gitconfig b/git/gitconfig index 9d8070c..fc1bb8d 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -1,21 +1,21 @@ [credential] - helper = cache + helper = cache [push] - default = simple + default = simple [diff] - tool = vimdiff + tool = vimdiff [difftool] - prompt = false + prompt = false [alias] - d = difftool - co = checkout - st = status - ci = commit + d = difftool + co = checkout + st = status + ci = commit [log] - date = local + date = local [core] quotepath = false [merge] tool=meld [commit] - gpgsign = true + gpgsign = true