From c93e0e403606b152b33b2e29e0e22c0281a5d5a9 Mon Sep 17 00:00:00 2001 From: breeze256 Date: Sat, 28 Dec 2024 16:15:59 +0800 Subject: [PATCH] Add .editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e3207ea --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +indent_style = space +indent_size = 2 \ No newline at end of file