Files
order_site/apps/frontend-vue/.prettierrc.json
T
2026-07-07 19:55:18 +08:00

7 lines
90 B
JSON

{
"semi": false,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "all"
}