ente/desktop/.prettierrc.json
2024-03-19 19:17:01 +05:30

9 lines
155 B
JSON

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