From 391eeb229882870a1c2311c820cc910890b35d9d Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Tue, 22 Jul 2025 08:01:28 +0800 Subject: first commit --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..31a134f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# EditorConfig is awesome: https://editorconfig.org + +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 2 -- cgit v1.2.3