From ba77eaae594ce8139adc9f1bcb9977da9f70adf6 Mon Sep 17 00:00:00 2001 From: Allen Date: Sat, 17 May 2025 20:43:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0.editorconfig=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..fbff821 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# .editorconfig +root = true + +[*.ts] +indent_style = space +indent_size = 2 + +[*.js] +indent_style = space +indent_size = 2 + +[*.tsx] +indent_style = space +indent_size = 2