20 lines
496 B
Text
20 lines
496 B
Text
|
{
|
||
|
"arrowParens": "always",
|
||
|
"bracketSpacing": true,
|
||
|
"endOfLine": "lf",
|
||
|
"htmlWhitespaceSensitivity": "css",
|
||
|
"insertPragma": false,
|
||
|
"jsxBracketSameLine": false,
|
||
|
"jsxSingleQuote": false,
|
||
|
"printWidth": 80,
|
||
|
"proseWrap": "preserve",
|
||
|
"quoteProps": "as-needed",
|
||
|
"requirePragma": false,
|
||
|
"semi": true,
|
||
|
"singleQuote": false,
|
||
|
"tabWidth": 2,
|
||
|
"trailingComma": "none",
|
||
|
"useTabs": false,
|
||
|
"vueIndentScriptAndStyle": false,
|
||
|
"parser": "vue"
|
||
|
}
|