update of git configs

This commit is contained in:
Tobias Schmidl 2016-12-07 17:01:55 +01:00
parent 34e162f851
commit c658f89b56
4 changed files with 52 additions and 41 deletions

40
gitconfig Normal file
View file

@ -0,0 +1,40 @@
[color]
ui = auto
[credential]
helper = store
[rebase]
autoStash = true
autoSquash = true
[push]
default = upstream
[diff]
renames = copies
renameLimit = 65536
[branch "master"]
rebase = true
[pull]
rebase = true
[http]
sslCAPath = /etc/ssl/certs
sslVerify = true
[core]
preloadindex = 1
attributesfile = ~/.gitattributes
[merge]
renormalize = true
conflictstyle = diff3
[pack]
threads = 0
[filter "uncrustify_cpp"]
clean = /usr/bin/uncrustify -c /home/schtobia/.config/uncrustify/cpp.cfg -l cpp