+# ~/.gitconfig
+
+[github]
+       user = jannikz
 [alias]
        aa = add -uv
        unaa = reset --mixed HEAD
        gtags = "!sh -c '[ -f .git/hooks/gtags ] || git init; .git/hooks/gtags' git-gtags"
        cscope = "!sh -c '[ -f .git/hooks/cscope ] || git init; .git/hooks/cscope' git-cscope"
 
-[color]
-       ui = auto
-       diff = auto
-       status = auto
-       branch = auto
-       interactive = auto
-       grep = auto
-[github]
-       user = jannikz
 [help]
        autocorrect = 10
 [branch]
        rebase = true
 [push]
        default = tracking
-[apply]
-       whitespace = fix
 [include]
        path = ~/.gitconfig_local
 [init]
        templatedir = ~/.git_template
 [core]
        excludesfile = ~/.gitignore_global
-       editor = vim
-       pager = less
-       whitespace = space-before-tab,-indent-with-non-tab,trailing-space
+       autocrlf = input
 [diff]
        tool = vimdiff
 [difftool]