Files
2026-07-13 12:25:07 +08:00

19 lines
334 B
JSON

{
"tabWidth": 4,
"overrides": [
{
"files": ["*.html"],
"options": {
"printWidth": 200,
"tabWidth": 4
}
},
{
"files": ["*.md"],
"options": {
"proseWrap": "always"
}
}
]
}