This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
sitio/.prettierrc.json

12 lines
134 B
JSON
Raw Permalink Normal View History

2023-06-12 21:14:14 +00:00
{
2023-12-11 06:47:14 +00:00
"printWidth": 100,
"overrides": [
{
"files": "*.hbs",
"options": {
"parser": "html"
}
}
]
2023-06-12 21:14:14 +00:00
}