12 lines
221 B
Plaintext
12 lines
221 B
Plaintext
|
{
|
||
|
"semi": true,
|
||
|
"tabWidth": 3,
|
||
|
"useTabs": false,
|
||
|
"singleQuote": true,
|
||
|
"quoteProps": "as-needed",
|
||
|
"printWidth": 120,
|
||
|
"trailingComma": "all",
|
||
|
"endOfLine": "lf",
|
||
|
"vueIndentScriptAndStyle": false
|
||
|
}
|