summaryrefslogtreecommitdiff
path: root/.prettierrc.toml
diff options
context:
space:
mode:
Diffstat (limited to '.prettierrc.toml')
-rw-r--r--.prettierrc.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.prettierrc.toml b/.prettierrc.toml
new file mode 100644
index 0000000..96c2143
--- /dev/null
+++ b/.prettierrc.toml
@@ -0,0 +1,4 @@
+singleQuote = true
+tabWidth = 2
+useTabs = true
+printWidth = 100