Fixing Intellij style xml to keep prohibiting * imports.

Parameters likely moved in recent versions, keeping old params in place for people using older Intellij.
This commit is contained in:
Roman Soroka 2018-04-09 10:26:16 -07:00
parent 5508c2f7df
commit 816a15b70e

View File

@ -109,6 +109,10 @@
<option name="TAB_SIZE" value="2" />
</indentOptions>
</codeStyleSettings>
<JavaCodeStyleSettings>
<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="JAVA">
<option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" />
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />