浏览代码

fix indentation in config

Fabian Peter Hammerle 5 年之前
父节点
当前提交
9c79d9283c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      gitconfig

+ 2 - 2
gitconfig

@@ -7,7 +7,7 @@
 	excludesfile = ~/.config/git/gitignore
 
 [diff]
-    tool = vimdiff
+	tool = vimdiff
 
 [commit]
 	gpgsign = true
@@ -16,7 +16,7 @@
 	instructionFormat = %G? %s (%an <%ae>, %ai)
 
 [push]
-    default = simple
+	default = simple
 
 [alias]
 	tree = log --graph --abbrev-commit --decorate --format=format:'%C(red)%h%C(reset)%C(bold red)%d%C(reset) %C(dim green)(%ar)%C(reset) %C(dim white)%s%C(reset) %C(bold black)(%an, %ai)%C(reset)' --all --date=short