Jpom/web-vue/.prettierrc.json

9 lines
138 B
JSON
Raw Normal View History

2023-04-08 13:43:03 +08:00
{
"semi": false,
"singleQuote": true,
"endOfLine": "auto",
2023-04-08 15:55:42 +08:00
"proseWrap": "never",
2023-04-09 17:44:47 +08:00
"printWidth": 120,
"trailingComma": "none"
2023-04-08 13:43:03 +08:00
}