ys_sms_sending_web/.prettierrc.json

9 lines
142 B
JSON
Raw Permalink Normal View History

2026-01-26 10:11:17 +08:00
{
"tabWidth": 4,
"singleQuote": true,
"semi": false,
"printWidth": 100,
"trailingComma": "all",
"endOfLine": "auto"
}