Skip to content

Commit

Permalink
Fixed tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Jul 18, 2011
1 parent 822f275 commit a26daed
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gitconfig
@@ -1,19 +1,19 @@
[user]
name = richo
email = richo@psych0tik.net
name = richo
email = richo@psych0tik.net
[github]
user = richoH
token = [TOKEN CENSORED]
token = [TOKEN CENSORED]
[core]
excludesfile = ~/.gitignore
excludesfile = ~/.gitignore
whitespace=fix,-indent-with-non-tab,trailing-space
editor = vim
editor = vim
[color]
branch = auto
diff = auto
status = auto
interactive = auto
grep = auto
grep = auto

[color "branch"]
current = yellow reverse
Expand All @@ -39,7 +39,7 @@
[log]
date = relative
[push]
default = tracking
default = tracking
[rebase]
stat = true
[alias]
Expand All @@ -59,6 +59,6 @@
graph = log --pretty=format:\"%C(yellow)%h%C(red)%d %C(reset)%s %C(green)%an %C(bold black)%cr\" --graph --date=short
detach = checkout HEAD^0
[branch]
autosetupmerge = true
autosetupmerge = true
[advice]
statusHints = false
statusHints = false

0 comments on commit a26daed

Please sign in to comment.