From a48c6fbc679dc14c62691814b4abf6d531687317 Mon Sep 17 00:00:00 2001 From: fanyx Date: Thu, 9 Mar 2023 10:28:36 +0100 Subject: [PATCH] use tabs instead of 4x space --- .config/git/config | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/git/config b/.config/git/config index 6c78c4d..d68ef34 100644 --- a/.config/git/config +++ b/.config/git/config @@ -5,18 +5,18 @@ [alias] co = checkout cn = checkout -b - l = log --pretty='format:%h %G? %s%d' -n20 --graph - tags = tag -l - branches = branch -a - remotes = remote -v - s = status -sb - ss = s -uno + l = log --pretty='format:%h %G? %s%d' -n20 --graph + tags = tag -l + branches = branch -a + remotes = remote -v + s = status -sb + ss = s -uno [color] - diff = auto + diff = auto [init] - defaultBranch = main + defaultBranch = main [credential] - helper = store + helper = store