From b61da22c489207c0eda6f3d76710a518ef195053 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sat, 14 Apr 2018 20:49:30 +0200 Subject: [PATCH] [git] replace tabs with whitspace --- gitconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gitconfig b/gitconfig index 7223184..cf875b8 100644 --- a/gitconfig +++ b/gitconfig @@ -46,7 +46,7 @@ excludesfile = ~/.gitignore_global editor = vim trustctime = false # http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/ - pager = less -F -X + pager = less -F -X [push] default = nothing @@ -73,9 +73,9 @@ untracked = cyan [filter "lfs"] - clean = git-lfs clean -- %f - smudge = git-lfs smudge -- %f - required = true + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + required = true [include] path = ~/.gitconfig.local