summaryrefslogtreecommitdiff
path: root/docs/.prettierrc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.prettierrc')
-rw-r--r--docs/.prettierrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/.prettierrc b/docs/.prettierrc
new file mode 100644
index 000000000..945f3a139
--- /dev/null
+++ b/docs/.prettierrc
@@ -0,0 +1,7 @@
+{
+ "singleQuote": true,
+ "tabWidth": 2,
+ "endOfLine": "auto",
+ "trailingComma": "es5",
+ "printWidth": 80
+} \ No newline at end of file