feat(INDA-383): daily stats.
[ProtonMail-WebClient.git] / applications / docs-editor / .prettierrc
blobe4c56c4713fb6e4a57595d680d7806795c00427a
2   "semi": false,
3   "plugins": ["prettier-plugin-tailwindcss"],
4   "singleQuote": true,
5   "trailingComma": "all",
6   "printWidth": 120,
7   "tabWidth": 2,
8   "overrides": [
9     {
10       "files": "./webpack.config.ts",
11       "options": {
12         "printWidth": 1000
13       }
14     }
15   ]