From 94213976262eab9b7a68a9d580587a5fbb9248cc Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 27 Mar 2026 05:54:01 +0000 Subject: chore(apps): Add proxy --- apps/proxy/.prettierrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apps/proxy/.prettierrc (limited to 'apps/proxy/.prettierrc') 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 +} -- cgit v1.2.3