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