This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
The following commit(s) were added to refs/heads/master by this push:
new 7d335b2c7 chore: config *.md max length (#2525)
7d335b2c7 is described below
commit 7d335b2c725e904d4876715ba4e548a9dc9a7dfd
Author: Hongjun Li <[email protected]>
AuthorDate: Tue Apr 16 21:15:39 2024 +0800
chore: config *.md max length (#2525)
---
.editorconfig | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.editorconfig b/.editorconfig
index 5c4792669..fa6c64db7 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -22,10 +22,13 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
-[*.{java, xml, py}]
+[*.{java,xml,py}]
indent_style = space
indent_size = 4
-[*.{java, xml}]
+[*.{java,xml}]
# Ignore the IDEA unsupported warning & it works well (indeed)
continuation_indent_size = 8
+
+[*.md]
+max_line_length = off