gridtracker/.prettierrc.json

12 lines
137 B
JSON
Raw Normal View History

2020-10-31 09:56:50 -04:00
{
"printWidth": 80,
"overrides": [
{
"files": ["*.html"],
"options": {
"printWidth": 120
}
}
]
}