summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/.prettierrc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-web/opendc-web-ui/.prettierrc.yaml')
-rw-r--r--opendc-web/opendc-web-ui/.prettierrc.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/opendc-web/opendc-web-ui/.prettierrc.yaml b/opendc-web/opendc-web-ui/.prettierrc.yaml
new file mode 100644
index 00000000..9a2b9a95
--- /dev/null
+++ b/opendc-web/opendc-web-ui/.prettierrc.yaml
@@ -0,0 +1,5 @@
+trailingComma: "es5"
+tabWidth: 4
+semi: false
+singleQuote: true
+printWidth: 120