mirror of
				https://github.com/twbs/bootstrap.git
				synced 2022-11-09 12:25:43 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
	
		
			311 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			311 B
		
	
	
	
		
			INI
		
	
	
	
	
	
# editorconfig.org
 | 
						|
 | 
						|
root = true
 | 
						|
 | 
						|
[Makefile]
 | 
						|
indent_style = tab
 | 
						|
indent_size = 8
 | 
						|
 | 
						|
[*.css]
 | 
						|
indent_style = space
 | 
						|
indent_size = 2
 | 
						|
 | 
						|
[*.less]
 | 
						|
indent_style = space
 | 
						|
indent_size = 2
 | 
						|
 | 
						|
[*.html]
 | 
						|
indent_style = space
 | 
						|
indent_size = 2
 | 
						|
 | 
						|
[*.js]
 | 
						|
indent_style = space
 | 
						|
indent_size = 2
 | 
						|
 | 
						|
[*.json]
 | 
						|
indent_style = space
 | 
						|
indent_size = 2
 |