mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-16 21:58:40 +00:00
9 lines
176 B
Text
9 lines
176 B
Text
{
|
|
"arrowParens": "avoid",
|
|
"semi": true,
|
|
"tabWidth": 4,
|
|
"useTabs": true,
|
|
"vueIndentScriptAndStyle": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5"
|
|
}
|