aboutsummaryrefslogtreecommitdiff
path: root/apps/proxy/.prettierrc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/proxy/.prettierrc')
-rw-r--r--apps/proxy/.prettierrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/proxy/.prettierrc b/apps/proxy/.prettierrc
new file mode 100644
index 00000000..5c7b5d3c
--- /dev/null
+++ b/apps/proxy/.prettierrc
@@ -0,0 +1,6 @@
+{
+ "printWidth": 140,
+ "singleQuote": true,
+ "semi": true,
+ "useTabs": true
+}