This repository has been archived on 2024-03-17. You can view files and clone it, but cannot push or open issues or pull requests.
woj-ui/.prettierrc.json

10 lines
168 B
JSON
Raw Normal View History

2023-07-16 19:33:43 +08:00
{
2023-12-23 15:20:36 +08:00
"bracketSpacing": true,
"endOfLine": "lf",
"printWidth": 120,
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "all"
2023-07-16 19:33:43 +08:00
}