diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |