Files
vueadmin/.prettierrc.json
2026-01-15 23:23:37 +08:00

8 lines
149 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 260,
"useTabs": true,
"tabWidth": 4
}