dykj-college-back-office-ma.../prettier.json

9 lines
163 B
JSON
Raw Normal View History

2024-04-11 16:19:02 +08:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth":200,
2024-04-11 16:19:02 +08:00
"trailingComma": "none"
}