summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2025-02-27 01:18:07 -0500
committerMalfurious <m@lfurio.us>2025-03-03 02:07:31 -0500
commit618fd3661d0eeef53e29cca93903bdcbfa3bb2a2 (patch)
tree6d1c9d6c209da4150151c1c35406900850ebb32d /.gitconfig
parent1120f3b0177c9b33664effaa35dec1b199a9de92 (diff)
downloadrice-618fd3661d0eeef53e29cca93903bdcbfa3bb2a2.tar.gz
rice-618fd3661d0eeef53e29cca93903bdcbfa3bb2a2.zip
git: Alphabetize config keys
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