prettier update

This commit is contained in:
Core 2022-09-16 18:05:06 +01:00
parent 12fa15242c
commit f03b61e5c5
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
4 changed files with 14 additions and 8 deletions

View file

@ -1,5 +1,13 @@
{
"printWidth": 300,
"printWidth": 600,
"singleAttributePerLine": true,
"bracketSameLine": true
"bracketSameLine": true,
"overrides": [
{
"files": "src/renderer/main/**/*.js",
"options": {
"bracketSameLine": false
}
}
]
}