From c4d509239a1ffcffe74bf8f31726c7f37bcc69e2 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Fri, 15 May 2020 20:36:12 +0200 Subject: [PATCH] Retab gitconfig --- gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index 69c670e..8ebb656 100644 --- a/gitconfig +++ b/gitconfig @@ -1,7 +1,7 @@ # vim: set filetype=gitconfig :miv # [core] editor = vim -f - excludesfile = .gitignore.local + excludesfile = .gitignore.local [commit] # Sign commits by default gpgSign = true @@ -20,7 +20,7 @@ adog = log --all --decorate --oneline --graph dog = log --decorate --oneline --graph identity = "! git config user.name \"$(git config user.$1.name)\"; git config user.email \"$(git config user.$1.email)\"; :" - root = rev-parse --show-toplevel + root = rev-parse --show-toplevel [user] useConfigOnly = true [user "darkwiiplayer"]