Kaynağa Gözat

Cleanup whitespace

Alois Mahdal 12 yıl önce
ebeveyn
işleme
724570d929
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3
    3
      dotfiles/git-universe/gitconfig

+ 3
- 3
dotfiles/git-universe/gitconfig Dosyayı Görüntüle

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