summaryrefslogtreecommitdiffstats
path: root/.prettierrc.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.prettierrc.yaml')
-rw-r--r--.prettierrc.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.prettierrc.yaml b/.prettierrc.yaml
new file mode 100644
index 0000000..724d4b9
--- /dev/null
+++ b/.prettierrc.yaml
@@ -0,0 +1,13 @@
+trailingComma: "es5"
+tabWidth: 4
+singleQuote: true
+overrides:
+ - files:
+ - "*.yaml"
+ - ".*.yaml"
+ - "*.yml"
+ - ".*.yml"
+ - "*.md"
+ options:
+ tabWidth: 2
+ singleQuote: false