From 28205d56ae308127a9c67f22a02ecb3cf80f5e84 Mon Sep 17 00:00:00 2001 From: Taken Date: Fri, 6 Sep 2024 22:29:12 +0200 Subject: [PATCH] Updated dprint config Signed-off-by: Taken --- dprint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dprint.json b/dprint.json index 2ce7240..5ad0e56 100644 --- a/dprint.json +++ b/dprint.json @@ -10,7 +10,8 @@ "bracePosition": "sameLine", "trailingCommas": "never", "operatorPosition": "maintain", - "preferHanging": true + "preferHanging": true, + "typeLiteral.separatorKind": "comma" }, "json": { "indentWidth": "4"