Frontend/.prettierrc

12 lines
261 B
Plaintext
Raw Normal View History

2024-04-18 00:21:38 +00:00
{
"arrowParens": "avoid",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"jsxBracketSameLine": false,
"printWidth": 120,
"proseWrap": "always",
"quoteProps": "as-needed",
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}