Omphaloskepsis-2/.prettierrc

13 lines
180 B
Text
Raw Normal View History

2025-01-05 12:15:45 +00:00
{
"proseWrap": "always",
"overrides": [
{
"files": "*.html",
"options": {
"printWidth": 140,
"singleAttributePerLine": true
}
}
]
}