chore: reverted the prettier printWidth increase

This commit is contained in:
Anoop M D 2024-04-19 00:34:04 +05:30
parent e8ec74107d
commit 59ffb0166f

View File

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