chore: increased print width to 200 in prettier

This commit is contained in:
Anoop M D 2024-04-18 18:25:48 +05:30
parent d027d90ed5
commit e8ec74107d

View File

@ -3,5 +3,5 @@
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 120
"printWidth": 200
}