cool-admin-vue/.prettierrc

9 lines
121 B
Plaintext
Raw Normal View History

2022-05-20 10:36:51 +08:00
{
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "none"
}