From 6137296aaf5f7f7864b2712aebce5c2b6563dd99 Mon Sep 17 00:00:00 2001 From: Marius Lange Date: Wed, 16 Oct 2024 18:05:16 +0200 Subject: [PATCH] Add a formatting file --- .prettierrc.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .prettierrc.yaml diff --git a/.prettierrc.yaml b/.prettierrc.yaml new file mode 100644 index 0000000..9aaffcb --- /dev/null +++ b/.prettierrc.yaml @@ -0,0 +1,7 @@ +overrides: + # JSON with comments and trailing commas + - files: .vscode/*.json + options: + parser: json5 + quoteProps: preserve + singleQuote: false