ente/desktop/.prettierrc.json

6 lines
103 B
JSON
Raw Permalink Normal View History

2021-11-16 07:12:42 +00:00
{
"tabWidth": 4,
"trailingComma": "es5",
"singleQuote": true,
2021-12-19 06:23:24 +00:00
"bracketSameLine": true
}