spacebar/.prettierrc.json
2024-11-19 21:25:01 -06:00

13 lines
228 B
JSON

{
"trailingComma": "all",
"tabWidth": 4,
"semi": true,
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"quoteProps": "as-needed",
"useTabs": true,
"singleQuote": false,
"endOfLine": "auto"
}