bonus-material-app/.prettierrc.json

9 lines
130 B
JSON
Raw Permalink Normal View History

2024-11-18 09:05:38 +08:00
{
"tabWidth": 4,
"singleQuote": true,
"semi": false,
"printWidth": 100,
"trailingComma": "all",
"endOfLine": "auto"
}