Files
terminal-lab/wetty/.prettierrc.json
2026-03-03 16:07:18 +08:00

17 lines
220 B
JSON

{
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "always",
"overrides": [
{
"files": [
"*.js",
"*.ts"
],
"options": {
"printWidth": 80
}
}
]
}