update prettier config

This commit is contained in:
Neeraj A 2023-12-22 19:57:51 +05:30
parent 3e8f321b2e
commit 5e6b937c22
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ module.exports = {
tabWidth: 2,
semi: true,
singleQuote: true,
printWidth: 80,
printWidth: 120,
arrowParens: 'avoid'
};