summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitconfig28
1 files changed, 14 insertions, 14 deletions
diff --git a/.gitconfig b/.gitconfig
index b52aae6..e99180f 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -8,32 +8,32 @@
skippedCherryPicks = false
statusHints = false
statusUoption = false
-[help]
- autoCorrect = never
-[user]
- useConfigOnly = true
-[status]
- relativePaths = false
[diff]
colorMoved = dimmed-zebra
colorMovedWS = allow-indentation-change
renames = copies
tool = vimdiff
+[help]
+ autoCorrect = never
[merge]
log = true
tool = vimdiff
-[rebase]
- stat = true
-[rerere]
- enabled = true
[push]
autoSetupRemote = true
default = current
followTags = true
-[tag]
- gpgSign = true
+[rebase]
+ stat = true
+[rerere]
+ enabled = true
[sendemail]
annotate = true
- multiEdit = false
- suppresssFrom = true
confirm = always
+ multiEdit = false
+ suppressFrom = true
+[status]
+ relativePaths = false
+[tag]
+ gpgSign = true
+[user]
+ useConfigOnly = true