29 lines
		
	
	
		
			538 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			538 B
		
	
	
	
		
			Plaintext
		
	
	
	
| {
 | |
|   "bracketSameLine": false,
 | |
|   "bracketSpacing": true,
 | |
|   "embeddedLanguageFormatting": "off",
 | |
|   "htmlWhitespaceSensitivity": "strict",
 | |
|   "printWidth": 160,
 | |
|   "semi": false,
 | |
|   "singleAttributePerLine": true,
 | |
|   "singleQuote": true,
 | |
|   "trailingComma": "none",
 | |
|   "tabWidth": 2,
 | |
|   "useTabs": false,
 | |
|   "overrides": [
 | |
|     {
 | |
|       "files": "*.html",
 | |
|       "options": {
 | |
|         "singleAttributePerLine": false
 | |
|       }
 | |
|     },
 | |
|     {
 | |
|       "files": "*.json",
 | |
|       "options": {
 | |
|         "parser": "json",
 | |
|         "printWidth": 80
 | |
|       }
 | |
|     }
 | |
|   ]
 | |
| }
 |