From f88f6378b7ee2ccec3dddae662a5779c6f7363fe Mon Sep 17 00:00:00 2001 From: hyzboy Date: Tue, 4 Mar 2025 22:44:10 +0800 Subject: [PATCH] Added .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..9796268a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +insert_final_newline = true +trim_trailing_whitespace = true +