repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
feat(INDA-383): daily stats.
[ProtonMail-WebClient.git]
/
applications
/
docs-editor
/
.prettierrc
blob
e4c56c4713fb6e4a57595d680d7806795c00427a
1
{
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
]
16
}