mirror of
				https://github.com/i3/i3.git
				synced 2025-10-29 19:35:06 +00:00 
			
		
		
		
	This file uses the same settings which we currently have in our vim modeline, but can be picked up by many different editors without having to add and maintain editor-specific modelines in all of our source files.
		
			
				
	
	
		
			12 lines
		
	
	
		
			158 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			158 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| root = true
 | |
| 
 | |
| [*]
 | |
| end_of_line = lf
 | |
| insert_final_newline = true
 | |
| charset = utf-8
 | |
| 
 | |
| [*.{c,h}]
 | |
| indent_style = space
 | |
| indent_size = 4
 | |
| trim_trailing_whitespace = true
 |