config(prettier): Set `printWidth` to `80`

This commit is contained in:
Emil Ivanichkov 2024-01-29 10:23:44 +02:00 committed by Emil Ivanichkov
parent d526ee9413
commit 9edf214fc7
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
"semi": false,
"singleQuote": true,
"arrowParens": "avoid",
"printWidth": 100,
"printWidth": 80,
"tabWidth": 2
}