Jpom/web-vue3/.prettierrc.json
bwcx_jzy f83f321b0e
fix
2023-04-09 17:44:47 +08:00

9 lines
136 B
JSON

{
"semi": false,
"singleQuote": true,
"endOfLine": "lf",
"proseWrap": "never",
"printWidth": 120,
"trailingComma": "none"
}