mirror of
				https://github.com/thunderbrewhq/thunderbrew
				synced 2025-10-31 08:16:03 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			168 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			168 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Auto detect text files and perform LF normalization
 | |
| * text=auto
 | |
| 
 | |
| # Explicitly declare code/VS files as CRLF
 | |
| *.cpp eol=crlf
 | |
| *.cmd eol=crlf
 | |
| *.h eol=crlf
 | |
| *.inl eol=crlf
 | 
