From 581e3816567c16fe7f29e183f5ccbbe62c39eb08 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Wed, 22 Oct 2025 10:57:34 -0700 Subject: [PATCH] Use double quotes when formatting YAML --- .prettierrc.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.prettierrc.yaml b/.prettierrc.yaml index 42c07dc5..1815ee00 100644 --- a/.prettierrc.yaml +++ b/.prettierrc.yaml @@ -5,3 +5,8 @@ tabWidth: 2 printWidth: 100 arrowParens: always bracketSpacing: true + +overrides: + - files: "*.{yml,yaml}" + options: + singleQuote: false