sh_real_name_system_app/.prettierrc.json

9 lines
142 B
JSON
Raw Permalink Normal View History

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