mirror of
				https://github.com/monkeytypegame/monkeytype.git
				synced 2025-11-04 09:06:17 +08:00 
			
		
		
		
	EditorConfig is a configuration file to standardize file format settings across editors. See https://editorconfig.org/ for more information.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			87 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			87 B
		
	
	
	
		
			INI
		
	
	
	
	
	
root = true
 | 
						|
 | 
						|
[*.{html,js,css,scss,json,yml,yaml}]
 | 
						|
indent_size = 2
 | 
						|
indent_style = space
 |