use tabs instead of 4x space

This commit is contained in:
fanyx 2023-03-09 10:28:36 +01:00
parent 400aeb7696
commit a48c6fbc67
1 changed files with 9 additions and 9 deletions

View File

@ -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