prettier update
This commit is contained in:
parent
12fa15242c
commit
f03b61e5c5
4 changed files with 14 additions and 8 deletions
12
.prettierrc
12
.prettierrc
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"printWidth": 300,
|
||||
"printWidth": 600,
|
||||
"singleAttributePerLine": true,
|
||||
"bracketSameLine": true
|
||||
"bracketSameLine": true,
|
||||
"overrides": [
|
||||
{
|
||||
"files": "src/renderer/main/**/*.js",
|
||||
"options": {
|
||||
"bracketSameLine": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue