nova-betterchat/.prettierrc

13 lines
235 B
Plaintext
Raw Normal View History

2023-03-11 19:34:10 +01:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always"
}