From 46af05d7ed3e37b41b9049a4cc5c092c8a683a29 Mon Sep 17 00:00:00 2001 From: Clemens Akens Date: Tue, 31 Oct 2023 13:24:15 +0100 Subject: [PATCH] Update onecfg --- .prettierrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index 1f4602e..0c917ca 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,6 +1,8 @@ { + "bracketSpacing": true, "printWidth": 100, "proseWrap": "always", "quoteProps": "consistent", - "singleQuote": true + "singleQuote": true, + "trailingComma": "all" }