mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-31 01:53:30 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			206 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			206 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| root = true
 | |
| 
 | |
| [*]
 | |
| end_of_line = lf
 | |
| insert_final_newline = true
 | |
| indent_style = space
 | |
| trim_trailing_whitespace = true
 | |
| 
 | |
| [*.html]
 | |
| indent_size = 4
 | |
| 
 | |
| [*.{md,toml,yaml}]
 | |
| indent_size = 2
 | |
| 
 | |
| [*.md]
 | |
| max_line_length = 80
 |