dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 6947acfcca83532f56ebcef7ad6aa10f6473673d
parent 66db010e9448e9e988b27fdeb38f0e43af28e9a8
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue,  4 Nov 2014 10:00:13 -0800

Formatting: tab to spaces.

Diffstat:
M.gitconfig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitconfig b/.gitconfig @@ -13,7 +13,7 @@ [push] default = simple [rebase] - autosquash = true + autosquash = true [user] name = Chris Bracken email = chris@bracken.jp