21 lines
528 B
JSON
21 lines
528 B
JSON
|
{
|
||
|
"arrowParens": "always",
|
||
|
"bracketSameLine": false,
|
||
|
"bracketSpacing": true,
|
||
|
"embeddedLanguageFormatting": "auto",
|
||
|
"htmlWhitespaceSensitivity": "css",
|
||
|
"insertPragma": false,
|
||
|
"jsxSingleQuote": true,
|
||
|
"printWidth": 200,
|
||
|
"proseWrap": "preserve",
|
||
|
"quoteProps": "consistent",
|
||
|
"requirePragma": false,
|
||
|
"semi": true,
|
||
|
"singleAttributePerLine": false,
|
||
|
"singleQuote": true,
|
||
|
"tabWidth": 4,
|
||
|
"trailingComma": "none",
|
||
|
"useTabs": true,
|
||
|
"vueIndentScriptAndStyle": false
|
||
|
}
|