chat-flow/.prettierrc.json

14 lines
282 B
JSON
Raw Permalink Normal View History

2025-07-29 08:45:22 +08:00
{
"$schema": "http://json.schemastore.org/prettierrc",
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"jsxSingleQuote": true,
"endOfLine": "lf",
"printWidth": 120,
"bracketSpacing": true,
"arrowParens": "always",
"useTabs": false
}