gridtracker/.prettierrc.json

12 wiersze
137 B
JSON

{
"printWidth": 80,
"overrides": [
{
"files": ["*.html"],
"options": {
"printWidth": 120
}
}
]
}