This is an automated email from the ASF dual-hosted git repository.

zhangliang 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 24ac91ba241 Update code-style.xml, keep indents on empty lines in xml 
(#32465)
24ac91ba241 is described below

commit 24ac91ba24120c6091c164895cf37804012d91a2
Author: Raigor <[email protected]>
AuthorDate: Sun Aug 11 22:54:01 2024 +0800

    Update code-style.xml, keep indents on empty lines in xml (#32465)
---
 src/resources/idea/code-style.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/resources/idea/code-style.xml 
b/src/resources/idea/code-style.xml
index ae47fc8a3f6..5650baa1a8c 100644
--- a/src/resources/idea/code-style.xml
+++ b/src/resources/idea/code-style.xml
@@ -35,4 +35,9 @@
       <option name="KEEP_INDENTS_ON_EMPTY_LINES" value="true" />
     </indentOptions>
   </codeStyleSettings>
+  <codeStyleSettings language="XML">
+    <indentOptions>
+      <option name="KEEP_INDENTS_ON_EMPTY_LINES" value="true" />
+    </indentOptions>
+  </codeStyleSettings>
 </code_scheme>

Reply via email to