config(prettier): Set `printWidth` to `80`
This commit is contained in:
parent
d526ee9413
commit
9edf214fc7
|
@ -2,6 +2,6 @@
|
|||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"arrowParens": "avoid",
|
||||
"printWidth": 100,
|
||||
"printWidth": 80,
|
||||
"tabWidth": 2
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue