Files
sentclaw/web/.prettierrc.json
2026-04-07 16:05:05 +08:00

8 lines
117 B
JSON

{
"semi": false,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none",
"arrowParens": "avoid"
}