Skip to content

Commit

Permalink
Update code-style.xml, keep indents on empty lines in xml (apache#32465)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaigorJiang authored Aug 11, 2024
1 parent 6418588 commit 24ac91b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/resources/idea/code-style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 24ac91b

Please sign in to comment.