com-backend/.prettierrc
2024-06-05 14:11:47 +02:00

9 lines
129 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2,
"endOfLine": "lf",
"semi": "false"
}