enlarging line width

This commit is contained in:
Antoine M 2024-12-04 15:45:10 +01:00
parent f3b93ca8c8
commit 75cba963e5

View File

@ -2,5 +2,5 @@
"tabWidth": 2, "tabWidth": 2,
"semi": true, "semi": true,
"singleQuote": true, "singleQuote": true,
"printWidth": 60 "printWidth": 220
} }