convexsol_stage/.prettierrc
2025-12-02 11:02:00 +05:30

9 lines
148 B
Plaintext

{
"use-tabs": true,
"tabWidth": 4,
"printWidth": 120,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true
}