drawDB/.prettierrc.json

8 lines
113 B
JSON
Raw Normal View History

2024-04-06 16:11:12 +08:00
{
"singleQuote": false,
"arrowParens": "always",
"trailingComma": "all",
"tabWidth": 2,
"semi": true
}