hbsmUniapp/.prettierrc.json
2025-08-19 23:31:48 +08:00

8 lines
113 B
JSON

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