13 lines
		
	
	
	
		
			277 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			277 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Automatically normalize line endings.
 | |
| *	text=auto
 | |
| 
 | |
| # MSVC files have to be CRLF
 | |
| *.vcproj	text eol=crlf
 | |
| *.sln	text eol=crlf
 | |
| 
 | |
| # Do not change external files
 | |
| external/**	-text
 | |
| DoConfig/fltk/**	-text
 | |
| 
 | |
| # TSC files are not text, but 'git diff' likes to think they are
 | |
| *.tsc	binary
 |