dykj-point-cloud-erp/.prettierrc.json

9 lines
164 B
JSON
Raw Permalink Normal View History

2024-04-22 10:02:41 +08:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
2024-04-22 17:14:35 +08:00
"printWidth": 120,
2024-04-22 10:02:41 +08:00
"trailingComma": "none"
2024-04-22 17:14:35 +08:00
}