From a3a2f37d401cfd734b2677decf671fa7685977f1 Mon Sep 17 00:00:00 2001 From: histalek Date: Sat, 10 Jul 2021 17:29:52 +0200 Subject: [PATCH] git: Fix indentation in gitconfig --- .gitconfig | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.gitconfig b/.gitconfig index 69d951b..42882a2 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,33 +4,33 @@ signingkey = 19EC07547ED0CE82 [color] - diff = auto - status = auto - branch = auto - interactive = auto - ui = auto + diff = auto + status = auto + branch = auto + interactive = auto + ui = auto [color "status"] - added = green bold - changed = yellow bold - untracked = red + added = green bold + changed = yellow bold + untracked = red [commit] gpgsign = true [core] - editor = vim - excludesfile = ~/.gitignore_global + editor = vim + excludesfile = ~/.gitignore_global [diff] - submodule = log + submodule = log [grep] lineNumber = true - extendRegexp = true + extendRegexp = true [push] - default = current + default = current [pull] rebase = true @@ -48,11 +48,11 @@ path = ~/.gitconfigs/.gitconfig-saibotk_de [includeIf "gitdir:~/Repositories/histalek_de/"] - path = ~/.gitconfigs/.gitconfig-histalek_de + path = ~/.gitconfigs/.gitconfig-histalek_de [init] - defaultBranch = main + defaultBranch = main [status] - submoduleSummary = true + submoduleSummary = true