ai-course/app/backend/.prettierrc

8 lines
125 B
Plaintext
Raw Permalink Normal View History

2025-11-18 13:32:46 +08:00
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"semi": true,
"trailingComma": "es5"
}