21 lines
462 B
Text
21 lines
462 B
Text
|
{
|
||
|
"arrowParens": "always",
|
||
|
"bracketSpacing": true,
|
||
|
"cursorOffset": -1,
|
||
|
"endOfLine": "lf",
|
||
|
"htmlWhitespaceSensitivity": "css",
|
||
|
"insertPragma": false,
|
||
|
"jsxBracketSameLine": false,
|
||
|
"jsxSingleQuote": false,
|
||
|
"printWidth": 140,
|
||
|
"proseWrap": "preserve",
|
||
|
"quoteProps": "as-needed",
|
||
|
"requirePragma": false,
|
||
|
"semi": true,
|
||
|
"singleQuote": false,
|
||
|
"tabWidth": 2,
|
||
|
"trailingComma": "es5",
|
||
|
"useTabs": false,
|
||
|
"vueIndentScriptAndStyle": false
|
||
|
}
|