This is an automated email from the ASF dual-hosted git repository.

shown pushed a commit to branch yuluo-yx-patch-1
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git

commit 038d1ee1dbeac77102e055240d4e4a74ea92d865
Author: shown <[email protected]>
AuthorDate: Sat Nov 29 18:26:22 2025 +0800

    Add .editorconfig for consistent coding style
    
    Signed-off-by: shown <[email protected]>
---
 .editorconfig | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000..cfd9a42d76
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,15 @@
+# http://editorconfig.org
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 2
+max_line_length = 80
+trim_trailing_whitespace = true
+
+[Makefile]
+indent_style = tab


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to