summaryrefslogtreecommitdiffstats
path: root/comm/calendar/.prettierrc
diff options
context:
space:
mode:
Diffstat (limited to 'comm/calendar/.prettierrc')
-rw-r--r--comm/calendar/.prettierrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/comm/calendar/.prettierrc b/comm/calendar/.prettierrc
new file mode 100644
index 0000000000..0bce966680
--- /dev/null
+++ b/comm/calendar/.prettierrc
@@ -0,0 +1,7 @@
+{
+ "arrowParens": "avoid",
+ "endOfLine": "lf",
+ "printWidth": 100,
+ "tabWidth": 2,
+ "trailingComma": "es5"
+}