mirror of
				https://github.com/Znote/ZnoteAAC.git
				synced 2025-10-31 19:06:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			378 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			378 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Set the default behavior, in case people don't have core.autocrlf set.
 | |
| * text=auto
 | |
| 
 | |
| # Declare files that will always have LF line endings on checkout.
 | |
| *.php text eol=lf
 | |
| *.lua text eol=lf
 | |
| *.html text eol=lf
 | |
| *.css text eol=lf
 | |
| *.js text eol=lf
 | |
| *.xml text eol=lf
 | |
| 
 | |
| *.sql text eol=crlf
 | |
| 
 | |
| # Denote all files that are truly binary and should not be modified.
 | |
| *.png binary
 | |
| *.jpg binary
 | 
