From a0b22453eb4b004246b1eb4a9c201b129fad4dd2 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Fri, 12 Jun 2026 16:31:48 -0400 Subject: [PATCH] new: add editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..eb6803f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +insert_file_newline=true + +[*.lua] +indent_style = space +indent_size = 2