summaryrefslogtreecommitdiff
path: root/std/prettier/testdata/config_file_yml
diff options
context:
space:
mode:
Diffstat (limited to 'std/prettier/testdata/config_file_yml')
-rw-r--r--std/prettier/testdata/config_file_yml/.prettierrc.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/prettier/testdata/config_file_yml/.prettierrc.yml b/std/prettier/testdata/config_file_yml/.prettierrc.yml
new file mode 100644
index 000000000..76e9f3104
--- /dev/null
+++ b/std/prettier/testdata/config_file_yml/.prettierrc.yml
@@ -0,0 +1,2 @@
+singleQuote: true
+trailingComma: "all"