[None] Make prettier suck a bit less

This commit is contained in:
2025-10-02 16:41:24 +02:00
parent 211cdea5cd
commit 3fdc493641

View File

@@ -30,6 +30,8 @@ return {
"4",
"--bracket-spacing",
"true",
"--bracket-same-line",
"true",
"--arrow-parens",
"avoid",
"--jsx-single-quote",
@@ -40,6 +42,8 @@ return {
"false",
"--single-quote",
"true",
"--single-attribute-per-line",
"true",
"--bracket-same-line",
"true",
"--vue-indent-script-and-style",