Files
MinglarBackendNestJS/.prettierrc

10 lines
127 B
Plaintext
Raw Normal View History

2025-11-10 15:05:01 +05:30
{
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"printWidth": 80,
"endOfLine": "lf"
}