cool-admin-vue/.prettierrc

9 lines
121 B
Plaintext
Raw Normal View History

{
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "none"
}