From 328602707213990715fccbb98f46731b19289902 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Thu, 12 Feb 2026 19:00:33 +0800 Subject: first commit --- .editorconfig | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..bf37ca2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,22 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true + +[*.sh] +indent_style = space +indent_size = 2 + +[*.php] +indent_style = space +indent_size = 4 + +[Makefile] +indent_style = tab +indent_size = 4 + +[README] +indent_style = tab +indent_size = 8 -- cgit v1.2.3