qwen-code/.prettierrc.json

8 lines
105 B
JSON

{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2
}