config(prettierrc): set printWidth
This commit is contained in:
parent
4918abd5d6
commit
f9fb6e5786
1 changed files with 2 additions and 1 deletions
|
|
@ -3,5 +3,6 @@
|
|||
"bracketSameLine": false,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"singleAttributePerLine": true
|
||||
"singleAttributePerLine": true,
|
||||
"printWidth": 160
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue