From 0c4b47756ad693db316d311e69ceed03d9f83161 Mon Sep 17 00:00:00 2001 From: jakevin <30525741+jackwener@users.noreply.github.com> Date: Fri, 20 May 2022 15:24:30 +0800 Subject: [PATCH] [enhancement](community): enhance java style (#9693) Enhance java style. Now: checkstyle about code order is in this page--Class and Interface Declarations This pr can make idea auto rearrange code --- build-support/IntelliJ-code-format.xml | 228 +++++++++++++++++- .../public/images/idea-rearrange-code.png | Bin 0 -> 67359 bytes docs/en/developer-guide/java-format-code.md | 23 +- .../zh-CN/developer-guide/java-format-code.md | 24 +- 4 files changed, 267 insertions(+), 8 deletions(-) create mode 100644 docs/.vuepress/public/images/idea-rearrange-code.png diff --git a/build-support/IntelliJ-code-format.xml b/build-support/IntelliJ-code-format.xml index eea3822f66..26886b3541 100644 --- a/build-support/IntelliJ-code-format.xml +++ b/build-support/IntelliJ-code-format.xml @@ -32,8 +32,6 @@ under the License. - -