dotfiles/gitconfig

43 lines
797 B
Text
Raw Normal View History

2017-11-16 15:12:31 +01:00
[user]
name = Tobias Schmidl
2018-01-19 08:54:02 +01:00
[branch]
autosetuprebase = always
[branch "master"]
rebase = true
[core]
autocrlf = input
whitespace = trailing-space,tab-in-ident,indent-with-non-tab,space-before-tab,tabwidth=4
2017-11-16 15:12:31 +01:00
[credential]
helper = store
2016-12-07 17:01:55 +01:00
[diff]
2018-01-19 08:54:02 +01:00
renamelimit = 65536
2016-12-07 17:01:55 +01:00
renames = copies
2018-01-19 08:54:02 +01:00
[gitflow "branch"]
develop = master
master = stable
[gitflow "prefix"]
feature = dev/
2016-12-07 17:01:55 +01:00
[http]
2018-01-19 08:54:02 +01:00
sslverify = true
2017-11-16 15:12:31 +01:00
sslversion = tlsv1.2
2016-12-07 17:01:55 +01:00
[merge]
conflictstyle = diff3
2018-01-19 08:54:02 +01:00
renormalize = true
2016-12-07 17:01:55 +01:00
[pack]
threads = 0
2017-11-16 15:12:31 +01:00
[pull]
rebase = true
2018-01-19 08:54:02 +01:00
[rebase]
autosquash = true
[url "https://"]
insteadof = http://
2017-11-16 15:12:31 +01:00
[tig]
2018-01-19 08:54:02 +01:00
blob-view = line-number:yes,interval=5 text
2017-11-16 15:12:31 +01:00
line-graphics = utf-8
tab-size = 4
2018-01-19 08:18:38 +01:00
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process