Server/.prettierrc
2024-12-06 01:15:40 +01:00

11 lines
171 B
Plaintext

{
"singleQuote": false,
"trailingComma": "all",
"useTabs": true,
"tabWidth": 4,
"semi": true,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}