From 4e432ed03f4fb564e85a2f284ee26b58400b82f5 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Fri, 15 Aug 2025 10:26:52 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E9=83=A8=E7=BD=B2=E5=88=B0=E7=99=BE?= =?UTF-8?q?=E5=BA=A6cdn=E6=94=AF=E6=8C=81=E8=87=AA=E5=8A=A8=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=9F=9F=E5=90=8D=E5=88=97=E8=A1=A8=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 11 +++++++++++ packages/core/acme-client/.editorconfig | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..ab417694 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# +# http://editorconfig.org +# + +root = true + +[*] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true + diff --git a/packages/core/acme-client/.editorconfig b/packages/core/acme-client/.editorconfig index 7660a90c..8214df12 100644 --- a/packages/core/acme-client/.editorconfig +++ b/packages/core/acme-client/.editorconfig @@ -6,7 +6,7 @@ root = true [*] indent_style = space -indent_size = 4 +indent_size = 2 trim_trailing_whitespace = true [{*.yml,*.yaml}]