We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe03fc commit 2c0d28fCopy full SHA for 2c0d28f
src/configs/yaml.ts
@@ -14,7 +14,7 @@ export async function yaml(
14
15
const {
16
indent = 2,
17
- quotes = "single",
+ quotes = "double",
18
} = typeof stylistic === "boolean" ? {} : stylistic;
19
20
const [
0 commit comments