Subd/server/.prettierrc

9 lines
162 B
Plaintext
Raw Permalink Normal View History

2024-04-23 12:08:46 +04:00
{
"semi": true,
"jsxSingleQuote": false,
"bracketSpacing": true,
"trailingComma": "none",
"printWidth": 90,
"tabWidth": 2,
"arrowParens": "always"
}