mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-06-07 22:32:26 +03:00
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"printWidth": 120,
|
|
"vueIndentScriptAndStyle": false
|
|
}
|