Jpom/web-vue/.prettierrc.json
2024-01-08 18:42:21 +08:00

9 lines
136 B
JSON

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