aboutsummaryrefslogtreecommitdiff
path: root/git/gitconfig.symlink
diff options
context:
space:
mode:
authorCamil Staps2016-06-14 15:04:52 +0200
committerCamil Staps2016-11-30 19:11:43 +0100
commit844680502d3ec46f46cc77b4d5278b3d3b18535a (patch)
tree9bacdc00f3614649537b1f230bd8e7ae7d8b46c4 /git/gitconfig.symlink
parentSyntastic passive by default (diff)
Spaces -> Tabs
Diffstat (limited to 'git/gitconfig.symlink')
-rw-r--r--git/gitconfig.symlink32
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