naive-ui/.prettierrc

8 lines
114 B
Plaintext
Raw Normal View History

2021-12-25 00:40:25 +08:00
{
"semi": false,
"singleQuote": true,
"printWidth": 80,
"trailingComma": "none",
"proseWrap": "never"
}