2026-02-02 13:32:33 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
|
|
|
"semi": false,
|
2026-02-05 10:43:18 +08:00
|
|
|
"tabWidth": 4,
|
2026-02-02 13:32:33 +08:00
|
|
|
"singleQuote": true,
|
|
|
|
|
"printWidth": 100,
|
2026-02-10 13:05:24 +08:00
|
|
|
"useTabs": true,
|
2026-02-10 13:07:07 +08:00
|
|
|
"trailingComma": "none",
|
2026-02-10 13:05:24 +08:00
|
|
|
"vueIndentScriptAndStyle": true
|
2026-02-09 14:47:58 +08:00
|
|
|
}
|