add printWidth to prettier

This commit is contained in:
Janis
2023-01-11 11:30:33 +01:00
parent f583c345df
commit ce49d35cbe

View File

@@ -1,4 +1,5 @@
{
"tabWidth": 2,
"useTabs": false
"useTabs": false,
"printWidth": 120
}