This is an automated email from the ASF dual-hosted git repository.
zhonghongsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 8086f3f7a0e Update IDEA code-style file (#31370)
8086f3f7a0e is described below
commit 8086f3f7a0ed93583c0bca8699b5d0cc320fd850
Author: Liang Zhang <[email protected]>
AuthorDate: Fri May 24 00:42:55 2024 +0800
Update IDEA code-style file (#31370)
---
src/resources/idea/code-style.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/resources/idea/code-style.xml
b/src/resources/idea/code-style.xml
index 9e9cdb513b9..ae47fc8a3f6 100644
--- a/src/resources/idea/code-style.xml
+++ b/src/resources/idea/code-style.xml
@@ -17,6 +17,7 @@
<code_scheme name="ShardingSphere" version="173">
<JavaCodeStyleSettings>
+ <option name="INSERT_INNER_CLASS_IMPORTS" value="true" />
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
<option name="JD_ALIGN_PARAM_COMMENTS" value="false" />