styleguide/intellij-java-google-style.xml

15 lines
527 B
XML

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