aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.prettierrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.prettierrc.json')
-rw-r--r--.prettierrc.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.prettierrc.json b/.prettierrc.json
new file mode 100644
index 0000000..12e08aa
--- /dev/null
+++ b/.prettierrc.json
@@ -0,0 +1,6 @@
+{
+ "singleQuote": false,
+ "trailingComma": "all",
+ "printWidth": 80,
+ "proseWrap": "preserve"
+}