aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-14 22:23:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-14 22:42:29 +1200
commit7bfc2ae02ce2049e464837881df1afc223f661ba (patch)
tree282c111f9263c447e571637242dfc7935a8385ca /git
parentFix layout of vim-keep-position submodule config (diff)
downloaddotfiles-7bfc2ae02ce2049e464837881df1afc223f661ba.tar.gz
dotfiles-7bfc2ae02ce2049e464837881df1afc223f661ba.zip
Use tabs for Git configuration files
The frontend tools use tabs, and it's probably best not to fight them on it.
Diffstat (limited to 'git')
-rw-r--r--git/gitconfig.mi532
1 files changed, 16 insertions, 16 deletions
diff --git a/git/gitconfig.mi5 b/git/gitconfig.mi5
index 15669129..11b815d1 100644
--- a/git/gitconfig.mi5
+++ b/git/gitconfig.mi5
@@ -1,37 +1,37 @@
[commit]
- status = false
+ status = false
[diff]
- algorithm = patience
+ algorithm = patience
[fetch]
- output = compact
+ output = compact
[init]
- templateDir = ~/.git-template
+ templateDir = ~/.git-template
[log]
- date = local
- decorate = short
+ date = local
+ decorate = short
[merge]
- ff = false
- log = 1024
+ ff = false
+ log = 1024
[pull]
- ff = only
+ ff = only
[push]
- default = current
+ default = current
[sendemail]
- confirm = compose
- smtpServer = <% SENDMAIL %>
+ confirm = compose
+ smtpServer = <% SENDMAIL %>
[status]
- short = true
+ short = true
[user]
- name = <% NAME %>
- email = <% EMAIL %>
- signingKey = <% KEY %>
+ name = <% NAME %>
+ email = <% EMAIL %>
+ signingKey = <% KEY %>