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