Increased printWidth

This commit is contained in:
Florian Sylvain
2023-03-07 16:10:44 +01:00
parent 1118bf17f9
commit 0b12ab2b56
+2 -1
View File
@@ -1,5 +1,6 @@
{ {
"tabWidth": 4, "tabWidth": 4,
"useTabs": true, "useTabs": true,
"semi": false "semi": false,
"printWidth": 100
} }