Change prettierrc

This commit is contained in:
2024-06-11 21:52:03 +02:00
parent 17c0acb250
commit 54eed02ddd

View File

@@ -1,9 +1,9 @@
{
"useTabs": false,
"tabWidth": 2,
"useTabs": true,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 80,
"printWidth": 120,
"arrowParens": "avoid",
"endOfLine": "lf",
"semi": false,