hanchu/server/.prettierrc.json
2024-10-20 19:51:30 +07:00

7 lines
93 B
JSON

{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}