diff --git a/.editorconfig b/.editorconfig index 740928132a..67bf0e4487 100644 --- a/.editorconfig +++ b/.editorconfig @@ -25,3 +25,6 @@ insert_final_newline = true [*.{java,xml,py}] indent_style = space indent_size = 4 + +[*.{java,xml}] +continuation_indent_size = 8 diff --git a/hugegraph-style.xml b/hugegraph-style.xml index 8536d5154c..84b4d27460 100644 --- a/hugegraph-style.xml +++ b/hugegraph-style.xml @@ -22,6 +22,8 @@