woj-ui-2/.prettierrc.json

10 lines
168 B
JSON
Raw Normal View History

2024-02-20 17:03:05 +08:00
{
"bracketSpacing": true,
"endOfLine": "lf",
"printWidth": 120,
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "all"
}