From d0574d2009abca187ab54fe31038576145b2a7dd Mon Sep 17 00:00:00 2001 From: ~hedy Date: Fri, 5 Jul 2024 12:58:41 +0800 Subject: [PATCH] chore: Add an .editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..67634aa --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf + +[*.lua] +indent_style = space +indent_size = 2 + +[*.md] +indent_style = space +indent_size = 2