From 0d3ec8b2e22fc2219503e71d69fd17f1a3a2228a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=9B=9B=E5=AD=A3=E5=B1=85=E5=A3=AB=C2=B7=E6=9D=8E?=
<103014488+returnToInnocence@users.noreply.github.com>
Date: Wed, 28 Feb 2024 13:26:26 +0800
Subject: [PATCH 1/2] Add BLANK_LINES_AROUND_CLASS in style.xml
---
hugegraph-style.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/hugegraph-style.xml b/hugegraph-style.xml
index 84b4d27460..46f1f45600 100644
--- a/hugegraph-style.xml
+++ b/hugegraph-style.xml
@@ -81,6 +81,7 @@
+
From 89a770825bd4b892ea27b82044471d8b2f002a4a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=9B=9B=E5=AD=A3=E5=B1=85=E5=A3=AB=C2=B7=E6=9D=8E?=
<103014488+returnToInnocence@users.noreply.github.com>
Date: Wed, 28 Feb 2024 13:27:18 +0800
Subject: [PATCH 2/2] add comment for an unsupported warning
---
.editorconfig | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.editorconfig b/.editorconfig
index 67bf0e4487..5c47926694 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -22,9 +22,10 @@ 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