From 7c2cbfb213e9f4bd0184565e824575561404b0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=A2=A8?= <16949192+coder-xiaomo@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:41:48 +0000 Subject: [PATCH] add .editorconfig --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ae49555 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +# EditorConfig is awesome: https://editorconfig.org +root = true + +[*] +end_of_line = lf +insert_final_newline = true