Add xml indention to code style config (#7993)

This commit is contained in:
Hans-Peter Lehmann 2025-09-15 20:46:08 +02:00 committed by GitHub
parent 58165ff65c
commit c92e2f4f07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,5 +6,10 @@
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
</JavaCodeStyleSettings>
<codeStyleSettings language="XML">
<indentOptions>
<option name="CONTINUATION_INDENT_SIZE" value="4" />
</indentOptions>
</codeStyleSettings>
</code_scheme>
</component>