hanchu/server/.prettierrc.json

7 lines
93 B
JSON
Raw Normal View History

2024-10-20 12:51:30 +00:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}