mirror of
				https://github.com/zsh-users/zsh-syntax-highlighting.git
				synced 2025-10-30 15:56:28 +08:00 
			
		
		
		
	 6b0671b63e
			
		
	
	
		6b0671b63e
		
	
	
	
	
		
			
			Vim doesn't honour the modelines by default because they're too far from the start/end of the file [the default value of the 'modelines' (sic) option is too small].
		
			
				
	
	
		
			10 lines
		
	
	
		
			117 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			117 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| # Top-most editorconfig file
 | |
| 
 | |
| root = true
 | |
| 
 | |
| [*]
 | |
| end_of_line = lf
 | |
| tab_width   = 2
 | |
| indent_size = 2
 | |
| indent_style = space
 |