Files
laravel_swoole/resources/admin/.prettierrc.json
2026-02-19 11:46:27 +08:00

9 lines
150 B
JSON

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