From 0af5390f52e873ab8280e5c1a837e68f50090fae Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 19 Mar 2020 22:46:35 +0100 Subject: fix spaces in gitconfig --- gitconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gitconfig b/gitconfig index ba29e4d..1a0a7d8 100644 --- a/gitconfig +++ b/gitconfig @@ -2,16 +2,16 @@ # author: johannst [user] - email = johannes.stoelp@gmail.com - name = johannst + email = johannes.stoelp@gmail.com + name = johannst [core] - editor = vim + editor = vim [color] - ui = true + ui = true [diff] - tool = vimdiff + tool = vimdiff [difftool] - prompt = false + prompt = false [log] date = short [blame] @@ -27,4 +27,4 @@ # %<(N) set width, padd space on the right pretty = format:%C(auto)%h %C(blue)%>(10)%ad %C(green)%>(8)%aN %C(auto)%d %Creset%s [alias] - graph = log --graph --decorate --pretty=oneline --abbrev-commit --all + graph = log --graph --decorate --pretty=oneline --abbrev-commit --all -- cgit v1.2.3