Updated dprint config

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-09-06 22:29:12 +02:00
parent b2e4b6a719
commit 28205d56ae

View File

@@ -10,7 +10,8 @@
"bracePosition": "sameLine", "bracePosition": "sameLine",
"trailingCommas": "never", "trailingCommas": "never",
"operatorPosition": "maintain", "operatorPosition": "maintain",
"preferHanging": true "preferHanging": true,
"typeLiteral.separatorKind": "comma"
}, },
"json": { "json": {
"indentWidth": "4" "indentWidth": "4"