From a7ba5db8304fa8e0ee401a820219ad5a812cc866 Mon Sep 17 00:00:00 2001 From: QP Hou Date: Mon, 20 Jan 2025 22:18:00 -0800 Subject: [PATCH] dev: add editorconfig (#206) --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..b0e6a0b0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.{ts,tsx}] +indent_style = space +indent_size = 2