ai-gateway/web/.prettierrc
2023-12-20 19:27:27 +08:00

9 lines
137 B
Plaintext

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