mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			300 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			300 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [codespell]
 | |
| # Ref: https://github.com/codespell-project/codespell#using-a-config-file
 | |
| skip = .git*,go.sum,*.lock,.codespellrc,vendor,translations,Keybindings_*.md
 | |
| check-hidden = true
 | |
| # camel-cased
 | |
| ignore-regex = (\b[A-Za-z][a-z]*[A-Z]\S+\b|\.edn\b|\S+…|\\nd\b)
 | |
| ignore-words-list = fomrat,inbetween
 |