plusone-admin-ui/.prettierrc.json

8 lines
133 B
JSON
Raw Normal View History

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