14 lines
269 B
Plaintext
14 lines
269 B
Plaintext
|
{
|
||
|
"semi": false,
|
||
|
"singleQuote": true,
|
||
|
"printWidth": 300,
|
||
|
"trailingComma": "none",
|
||
|
"arrowParens": "avoid",
|
||
|
"endOfLine": "auto",
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false,
|
||
|
"bracketSpacing": true,
|
||
|
"jsxBracketSameLine": false,
|
||
|
"vueIndentScriptAndStyle": true
|
||
|
}
|