forked from mirrors/homebox
9 lines
176 B
Text
9 lines
176 B
Text
{
|
|
"arrowParens": "avoid",
|
|
"semi": true,
|
|
"tabWidth": 4,
|
|
"useTabs": true,
|
|
"vueIndentScriptAndStyle": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5"
|
|
}
|