summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.prettierrc.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.prettierrc.toml b/.prettierrc.toml
new file mode 100644
index 0000000..884ea28
--- /dev/null
+++ b/.prettierrc.toml
@@ -0,0 +1,3 @@
+singleQuote = true
+tabWidth = 4
+printWidth = 100