Files
Klc_backend/.prettierrc
Akshay Mayekar 28af27a15f first commit
2025-10-15 16:09:28 +05:30

10 lines
127 B
Plaintext

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