mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-30 22:54:07 +00:00 
			
		
		
		
	- fixes windows test failures - avoids `git` platform-dependent conversion of line endings for checkout of test fixtures (*tests/examples/...*)
		
			
				
	
	
		
			14 lines
		
	
	
		
			349 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			349 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # force LF EOLs for test fixtures
 | |
| examples/** text=auto eol=lf
 | |
| snapshots/** text=auto eol=lf
 | |
| 
 | |
| # BAT/CMD files always need CRLF EOLs
 | |
| *.[Bb][Aa][Tt] text eol=crlf
 | |
| *.[Cc][Mm][Dd] text eol=crlf
 | |
| 
 | |
| examples/* linguist-vendored
 | |
| snapshots/* linguist-vendored
 | |
| benchmarks/* linguist-vendored
 | |
| benchmarks/test-src/* linguist-vendored
 | |
| scripts/* linguist-vendored
 |