11 lines
		
	
	
		
			198 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			198 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "semi": true,
 | |
|   "trailingComma": "all",
 | |
|   "singleQuote": true,
 | |
|   "printWidth": 100,
 | |
|   "tabWidth": 2,
 | |
|   "useTabs": false,
 | |
|   "bracketSpacing": true,
 | |
|   "arrowParens": "avoid",
 | |
|   "endOfLine": "lf"
 | |
| } |