瀏覽代碼

Cleanup whitespace

Alois Mahdal 12 年之前
父節點
當前提交
724570d929
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      dotfiles/git-universe/gitconfig

+ 3
- 3
dotfiles/git-universe/gitconfig 查看文件

@@ -1,8 +1,8 @@
1 1
 [user]
2
-	name = Alois Mahdal
2
+    name = Alois Mahdal
3 3
 [color]
4
-	ui = true
4
+    ui = true
5 5
 [core]
6
-	editor = vim
6
+    editor = vim
7 7
 [alias]
8 8
   gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"