12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"printWidth": 300,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf",
|
|
"vueIndentScriptAndStyle": true
|
|
}
|