qwen-code/.prettierrc.json

8 lines
105 B
JSON
Raw Permalink Normal View History

2025-07-22 19:59:07 +08:00
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2
}