hbsmUniapp/.prettierrc.json

8 lines
113 B
JSON
Raw Normal View History

2025-08-19 23:31:48 +08:00
{
"singleQuote": true,
"semi": false,
"printWidth": 100,
"trailingComma": "all",
"endOfLine": "auto"
}