1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-05-01 14:49:00 +08:00
vue-naive-admin/.prettierrc.json
2024-04-10 21:17:05 +08:00

8 lines
128 B
JSON

{
"printWidth": 100,
"singleQuote": true,
"semi": false,
"endOfLine": "auto",
"htmlWhitespaceSensitivity": "ignore"
}