43 lines
		
	
	
	
		
			749 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
	
		
			749 B
		
	
	
	
		
			INI
		
	
	
	
	
	
[user]
 | 
						|
	name = Tobias Schmidl
 | 
						|
[branch]
 | 
						|
	autosetuprebase = always
 | 
						|
[branch "master"]
 | 
						|
	rebase = true
 | 
						|
[core]
 | 
						|
	autocrlf = input
 | 
						|
	whitespace = tabwidth=4
 | 
						|
[credential]
 | 
						|
	helper = store
 | 
						|
[diff]
 | 
						|
	renamelimit = 65536
 | 
						|
	renames = copies
 | 
						|
[gitflow "branch"]
 | 
						|
	develop = master
 | 
						|
	master = stable
 | 
						|
[gitflow "prefix"]
 | 
						|
	feature = dev/
 | 
						|
[http]
 | 
						|
	sslverify = true
 | 
						|
	sslversion = tlsv1.2
 | 
						|
[merge]
 | 
						|
	conflictstyle = diff3
 | 
						|
	renormalize = true
 | 
						|
	tool = vimdiff3
 | 
						|
[pack]
 | 
						|
	threads = 0
 | 
						|
[pull]
 | 
						|
	rebase = true
 | 
						|
[rebase]
 | 
						|
	autosquash = true
 | 
						|
[url "https://"]
 | 
						|
	insteadof = http://
 | 
						|
[tig]
 | 
						|
	blob-view = line-number:yes,interval=5 text
 | 
						|
	line-graphics = utf-8
 | 
						|
	tab-size = 4
 | 
						|
[filter "lfs"]
 | 
						|
	required = true
 | 
						|
	clean = git-lfs clean -- %f
 | 
						|
	smudge = git-lfs smudge -- %f
 | 
						|
	process = git-lfs filter-process
 |