Files
2023-01-25 15:48:53 +07:00

13 lines
148 B
JSON

{
"tabWidth": 2,
"printWidth": 120,
"overrides": [
{
"files": "*.css",
"options": {
"tabWidth": 4
}
}
]
}