diff options
author | Camil Staps | 2016-06-14 15:04:52 +0200 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:43 +0100 |
commit | 844680502d3ec46f46cc77b4d5278b3d3b18535a (patch) | |
tree | 9bacdc00f3614649537b1f230bd8e7ae7d8b46c4 /git | |
parent | Syntastic passive by default (diff) |
Spaces -> Tabs
Diffstat (limited to 'git')
-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 |