Files
vue-desktop/.prettierrc.json

8 lines
147 B
JSON
Raw Permalink Normal View History

2025-08-19 14:56:38 +08:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
2025-09-28 14:32:07 +08:00
"printWidth": 100,
2025-09-28 14:51:32 +08:00
"trailingComma": "none"
2025-08-19 14:56:38 +08:00
}