changes to prettierrc

This commit is contained in:
2025-10-13 19:51:58 +02:00
parent b8563fdeb6
commit 05f4950ca0
14 changed files with 28 additions and 99 deletions

View File

@@ -2,7 +2,7 @@
"trailingComma": "es5",
"tabWidth": 4,
"singleQuote": true,
"printWidth": 120,
"printWidth": 140,
"semi": true,
"bracketSpacing": true,
"objectWrap": "collapse",