chore: update prettier configuration

This commit is contained in:
2026-08-02 15:38:24 +02:00
parent 9089a4ef60
commit 75d4632052
+2 -1
View File
@@ -2,5 +2,6 @@
"singleQuote": true,
"semi": true,
"trailingComma": "es5",
"printWidth": 100
"printWidth": 100,
"bracketSameLine": true
}