19 lines
		
	
	
		
			489 B
		
	
	
	
		
			JSON
		
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			489 B
		
	
	
	
		
			JSON
		
	
	
	
|  | { | ||
|  |     "arrowParens": "always", | ||
|  |     "bracketSameLine": false, | ||
|  |     "bracketSpacing": true, | ||
|  |     "embeddedLanguageFormatting": "auto", | ||
|  |     "htmlWhitespaceSensitivity": "ignore", | ||
|  |     "insertPragma": false, | ||
|  |     "printWidth": 150, | ||
|  |     "proseWrap": "preserve", | ||
|  |     "quoteProps": "as-needed", | ||
|  |     "requirePragma": false, | ||
|  |     "semi": false, | ||
|  |     "singleQuote": true, | ||
|  |     "tabWidth": 4, | ||
|  |     "trailingComma": "none", | ||
|  |     "useTabs": false, | ||
|  |     "vueIndentScriptAndStyle": false, | ||
|  |     "endOfLine": "auto" | ||
|  | } |