sh_real_name_system_app/.prettierrc.json

9 lines
130 B
JSON
Raw Normal View History

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