18 lines
		
	
	
		
			407 B
		
	
	
	
		
			INI
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			407 B
		
	
	
	
		
			INI
		
	
	
		
			Executable File
		
	
	
	
	
| # This file is for unifying the coding style for different editors and IDEs
 | |
| # editorconfig.org
 | |
| 
 | |
| root = true
 | |
| 
 | |
| [*]
 | |
| indent_style = tab
 | |
| end_of_line = lf
 | |
| charset = utf-8
 | |
| trim_trailing_whitespace = true
 | |
| insert_final_newline = true
 | |
| 
 | |
| [package.json]
 | |
| ; The indent size used in the `package.json` file cannot be changed
 | |
| ; https://github.com/npm/npm/pull/3180#issuecomment-16336516
 | |
| indent_size = 2
 | |
| indent_style = space
 | 
