This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch pd-store in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit 4c6eda8409240d28a75ff59311c71dac303b3953 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
