penpot/frontend/.prettierrc.json

11 lines
116 B
JSON

{
"overrides": [
{
"files": "*.scss",
"options": {
"printWidth": 110
}
}
]
}