chat-app/frontend/.prettierrc
2025-06-12 03:41:13 +02:00

11 lines
185 B
Plaintext

{
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 80,
"tabWidth": 2,
"jsxSingleQuote": false,
"bracketSpacing": true,
"arrowParens": "always"
}