From 75d46320528a8dc9923352d109c704ddf4b7a249 Mon Sep 17 00:00:00 2001 From: Ninosaurier Date: Sun, 2 Aug 2026 15:38:24 +0200 Subject: [PATCH] chore: update prettier configuration --- .prettierrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index 83311fa..04f9b30 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -2,5 +2,6 @@ "singleQuote": true, "semi": true, "trailingComma": "es5", - "printWidth": 100 + "printWidth": 100, + "bracketSameLine": true } \ No newline at end of file