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, "useTabs": true,
"tabWidth": 2, "tabWidth": 4,
"singleQuote": true, "singleQuote": true,
"trailingComma": "none", "trailingComma": "none",
"printWidth": 80, "printWidth": 120,
"arrowParens": "avoid", "arrowParens": "avoid",
"endOfLine": "lf", "endOfLine": "lf",
"semi": false, "semi": false,