summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-01-02 17:47:33 +0100
committerTobias Klauser <tklauser@distanz.ch>2010-01-02 17:47:33 +0100
commita99735e0e1d937985023ecef93e0afd02e8423ef (patch)
tree16abebc0e37848354a3e3b14398777015cbb4c18
parente388ff4f87d2f37c7b48072fc72310cb83154b52 (diff)
Add signingkey, reorder
-rw-r--r--.gitconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index 7ef9ce8..4d99310 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,6 +1,10 @@
[user]
name = Tobias Klauser
email = tklauser@distanz.ch
+ signingkey = B5510F47
+
+[core]
+ whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
[alias]
co = checkout
@@ -16,7 +20,6 @@
diff = auto
branch = auto
status = auto
+
[color "diff"]
whitespace = red reverse
-[core]
- whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol