Files
aiagent/frontend/.prettierrc.json

8 lines
108 B
JSON
Raw Permalink Normal View History

2026-01-19 00:09:36 +08:00
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"printWidth": 100
}