Files
TypeScript-Backend-pgSQL/.prettierrc

10 lines
193 B
Plaintext
Raw Normal View History

2024-12-22 21:45:08 +05:30
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"useTabs": true,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": true,
"endOfLine": "lf"
}