water-design-const-app/.prettierrc.json

9 lines
130 B
JSON
Raw Normal View History

2025-07-29 09:25:24 +08:00
{
"tabWidth": 4,
"singleQuote": true,
"semi": false,
"printWidth": 100,
"trailingComma": "all",
"endOfLine": "auto"
}