ai-gateway/web/.prettierrc

9 lines
137 B
Plaintext
Raw Permalink Normal View History

2023-12-20 11:27:27 +00:00
{
"bracketSpacing": true,
"printWidth": 140,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"useTabs": false
}