vue3sandbox/.prettierrc.json
严争鸣 7f68787164 init
2024-12-09 14:54:32 +08:00

8 lines
121 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100
}