Use double quotes when formatting YAML

This commit is contained in:
James Murdza
2025-10-22 10:57:34 -07:00
parent 3033c6aa39
commit 581e381656

View File

@@ -5,3 +5,8 @@ tabWidth: 2
printWidth: 100
arrowParens: always
bracketSpacing: true
overrides:
- files: "*.{yml,yaml}"
options:
singleQuote: false