Server/.prettierrc
2024-11-23 01:37:22 +01:00

7 lines
85 B
Plaintext

{
"singleQuote": false,
"trailingComma": "all",
"useTabs": true,
"tabWidth": 4
}