summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-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
96da313083ee9b2'>Diffstat (limited to 'drivers/bluetooth/btsdio.c')