Server/.prettierrc

11 lines
171 B
Plaintext
Raw Permalink Normal View History

2024-11-23 00:37:22 +00:00
{
"singleQuote": false,
"trailingComma": "all",
"useTabs": true,
2024-12-06 00:15:40 +00:00
"tabWidth": 4,
"semi": true,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
2024-11-23 00:37:22 +00:00
}