Files
aiagent/frontend/.prettierrc.json
2026-01-19 00:09:36 +08:00

8 lines
108 B
JSON

{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"printWidth": 100
}