You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			25 lines
		
	
	
		
			371 B
		
	
	
	
		
			INI
		
	
			
		
		
	
	
			25 lines
		
	
	
		
			371 B
		
	
	
	
		
			INI
		
	
root = true
 | 
						|
 | 
						|
[*]
 | 
						|
end_of_line = LF
 | 
						|
charset = utf-8
 | 
						|
max_line_length = 80
 | 
						|
 | 
						|
[*.vim]
 | 
						|
indent_style = space
 | 
						|
indent_size = 4
 | 
						|
insert_final_newline = true
 | 
						|
trim_trailing_whitespace = true
 | 
						|
max_line_length = 80
 | 
						|
 | 
						|
[*.rb]
 | 
						|
indent_style = space
 | 
						|
indent_size = 2
 | 
						|
insert_final_newline = true
 | 
						|
trim_trailing_whitespace = true
 | 
						|
max_line_length = 120
 | 
						|
 | 
						|
[*.yml]
 | 
						|
indent_style = space
 | 
						|
indent_size = 2
 |