Omphaloskepsis-2/.prettierrc

12 lines
180 B
Text

{
"proseWrap": "always",
"overrides": [
{
"files": "*.html",
"options": {
"printWidth": 140,
"singleAttributePerLine": true
}
}
]
}