From e108dfe4599a8f5926060729ac924ee317ec2e8d Mon Sep 17 00:00:00 2001 From: Adam Anderson Date: Tue, 17 Mar 2009 14:10:13 -0700 Subject: [PATCH] fixing whitespace out of boredom --- ubuntu/gitconfig | 50 ++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/ubuntu/gitconfig b/ubuntu/gitconfig index 9f8191c..eb0c7b6 100644 --- a/ubuntu/gitconfig +++ b/ubuntu/gitconfig @@ -1,38 +1,38 @@ [user] - name = Adam Anderson - email = adamandersonis@gmail.com + name = Adam Anderson + email = adamandersonis@gmail.com [color] - branch = auto - status = auto - diff = auto - ui = auto + branch = auto + status = auto + diff = auto + ui = auto [core] - excludesfile = /home/scudco/.gitignore + excludesfile = /home/scudco/.gitignore [branch] - autosetupmerge = true + autosetupmerge = true [color "branch"] - current = yellow reverse - local = yellow - remote = green + current = yellow reverse + local = yellow + remote = green [color "diff"] - meta = yellow bold - frag = magenta bold - old = red bold - new = green bold + meta = yellow bold + frag = magenta bold + old = red bold + new = green bold [color "status"] - added = yellow - changed = green - untracked = cyan + added = yellow + changed = green + untracked = cyan [core] - whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol + whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol [alias] - st = status - ci = commit - br = branch - co = checkout - df = diff - lg = log -p + st = status + ci = commit + br = branch + co = checkout + df = diff + lg = log -p