1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-17 17:29:52 +08:00
vue-element-admin/.prettierrc
2020-11-05 14:11:18 +08:00

11 lines
201 B
Plaintext

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"fluid": false
}