gridtracker/.prettierrc.json
Sebastian Delmont 7bf506ab90 Install Prettier
2020-11-01 16:13:28 -05:00

11 lines
137 B
JSON

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