Server/.prettierrc

7 lines
85 B
Plaintext
Raw Normal View History

2024-11-23 00:37:22 +00:00
{
"singleQuote": false,
"trailingComma": "all",
"useTabs": true,
"tabWidth": 4
}