dotfiles/gitconfig
2016-12-07 17:02:11 +01:00

40 lines
525 B
Text

[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