Change the java indent from 2 to 4.

This commit is contained in:
Wessel van Norel 2019-08-12 17:46:11 +02:00 committed by Ceki Gulcu
parent f9b0656ad8
commit 3a06ff0b19
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@
<option name="KEEP_SIMPLE_CLASSES_IN_ONE_LINE" value="true" />
<option name="KEEP_MULTIPLE_EXPRESSIONS_IN_ONE_LINE" value="true" />
<indentOptions>
<option name="INDENT_SIZE" value="2" />
<option name="TAB_SIZE" value="2" />
<option name="INDENT_SIZE" value="4" />
<option name="TAB_SIZE" value="4" />
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="XML">