Jpom/web-vue/.prettierrc.json
2024-03-04 14:38:52 +08:00

9 lines
138 B
JSON

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