fix: update printWidth rule

This commit is contained in:
2026-03-01 19:35:25 -03:00
parent 1a38e0f3fb
commit 3bac928c88

View File

@@ -3,5 +3,6 @@
"trailingComma": "all",
"tabWidth": 4,
"useTabs": false,
"semi": true
"semi": true,
"printWidth": 120
}