ente/web/.prettierrc.json
2024-04-03 13:39:44 +05:30

9 lines
155 B
JSON

{
"tabWidth": 4,
"proseWrap": "always",
"plugins": [
"prettier-plugin-organize-imports",
"prettier-plugin-packagejson"
]
}