diff options
| -rw-r--r-- | git/gitconfig.symlink | 32 | 
1 files changed, 16 insertions, 16 deletions
| diff --git a/git/gitconfig.symlink b/git/gitconfig.symlink index f785d71..cd10b26 100644 --- a/git/gitconfig.symlink +++ b/git/gitconfig.symlink @@ -2,30 +2,30 @@  #  [include] -		path = ~/.gitconfig.local +	path = ~/.gitconfig.local  [hub] -        protocol = https +	protocol = https  [alias] -        count   = !git shortlog -sn +	count   = !git shortlog -sn  [color] -        diff = auto -        status = auto -        branch = auto -        ui = true +	diff = auto +	status = auto +	branch = auto +	ui = true  [core] -        excludesfile = ~/.gitignore -        editor = vim -        whitespace = blank-at-eol,blank-at-eof,space-before-tab,tab-indent +	excludesfile = ~/.gitignore +	editor = vim +	whitespace = blank-at-eol,blank-at-eof,space-before-tab,tab-indent  [apply] -        whitespace = error +	whitespace = error  [mergetool] -        keepBackup = false +	keepBackup = false  [difftool] -        prompt = false +	prompt = false  [help] -        autocorrect = 1 +	autocorrect = 1  [commit] -		gpgsign = 1 +	gpgsign = 1  [push] -        default = simple +	default = simple | 
