Files
app_web/.prettierrc
2026-05-14 17:33:48 +05:30

9 lines
137 B
Plaintext

{
"bracketSpacing": true,
"printWidth": 140,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"useTabs": false
}