Server/.prettierrc.json

11 lines
205 B
JSON
Raw Normal View History

2024-09-05 00:21:51 -07:00
{
"trailingComma": "all",
"tabWidth": 4,
"semi": true,
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"quoteProps": "as-needed",
"useTabs": true,
"singleQuote": false
}