plusone-admin-ui/.prettierrc.json
2022-12-30 01:56:26 +08:00

9 lines
134 B
JSON

{
"singleQuote": false,
"semi": true,
"useTabs": false,
"tabWidth": 4,
"printWidth": 110,
"endOfLine": "lf"
}