30 lines
		
	
	
		
			613 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			613 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[user]
 | 
						|
	email = subscriptions@jpatrick.io
 | 
						|
	name = James Patrick
 | 
						|
 | 
						|
[core]
 | 
						|
  editor = vim
 | 
						|
 | 
						|
[interactive]
 | 
						|
  diffFilter = delta --color-only
 | 
						|
 | 
						|
[delta]
 | 
						|
  features = line-numbers decorations
 | 
						|
  whitespace-error-style = 22 reverse
 | 
						|
  navigate = true
 | 
						|
[delta "decorations"]
 | 
						|
    commit-decoration-style = bold yellow box ul
 | 
						|
    file-style = bold cyan ul
 | 
						|
    file-decoration-style = none
 | 
						|
    hunk-header-decoration-style = none
 | 
						|
 | 
						|
[github]
 | 
						|
	user = jamesepatrick
 | 
						|
[alias]
 | 
						|
	root = rev-parse --show-toplevel
 | 
						|
[filter "lfs"]
 | 
						|
	clean = git-lfs clean -- %f
 | 
						|
	smudge = git-lfs smudge -- %f
 | 
						|
	process = git-lfs filter-process
 | 
						|
	required = true
 |