Wasn't actually formatting Java code only, the restrictions don't seem to work as expected.

This commit is contained in:
Chris Wright 2019-04-18 10:14:45 -04:00
parent e5d57d9eb0
commit b985e6f4b2

View File

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<code_scheme name="GoogleStyle"> <code_scheme name="GoogleStyle">
<JavaCodeStyleSettings> <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999999" />
<option name="INSERT_INNER_CLASS_IMPORTS" value="true" /> <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999999" />
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999999" /> <option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999999" /> <value />
<option name="IMPORT_LAYOUT_TABLE"> </option>
<value> <option name="IMPORT_LAYOUT_TABLE">
<package name="" withSubpackages="true" static="true" /> <value>
<emptyLine /> <package name="" withSubpackages="true" static="true" />
<package name="" withSubpackages="true" static="false" /> <emptyLine />
</value> <package name="" withSubpackages="true" static="false" />
</option> </value>
</JavaCodeStyleSettings> </option>
</code_scheme> </code_scheme>