Changed prettier printWidth to 120.

This commit is contained in:
Jesse Brault 2024-08-08 10:43:14 -05:00
parent 96fde1e7d8
commit e73bbfb67d

View File

@ -4,5 +4,6 @@
"singleQuote": true,
"tabWidth": 4,
"bracketSpacing": true,
"trailingComma": "none"
"trailingComma": "none",
"printWidth": 120
}