plusone-admin-ui/.prettierrc.json

9 lines
134 B
JSON
Raw Normal View History

2022-12-27 10:13:24 +08:00
{
2022-12-30 01:56:26 +08:00
"singleQuote": false,
"semi": true,
2022-12-27 10:13:24 +08:00
"useTabs": false,
"tabWidth": 4,
2022-12-27 10:32:45 +08:00
"printWidth": 110,
2022-12-27 10:13:24 +08:00
"endOfLine": "lf"
2022-12-30 01:56:26 +08:00
}