10 lines
199 B
JSON
10 lines
199 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"semi": true,
|
|
"tabWidth": 4,
|
|
"singleQuote": false,
|
|
"printWidth": 100,
|
|
"trailingComma": "none",
|
|
"vueIndentScriptAndStyle": true
|
|
}
|