cool-admin-vue/.prettierrc

9 lines
121 B
Plaintext
Raw Normal View History

2021-02-28 01:55:04 +08:00
{
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "none"
}