chat-app/frontend/.prettierrc
Gal Podlipnik 99cbd6e310 backend
2025-06-12 01:23:08 +02:00

10 lines
184 B
Plaintext

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