mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Wasn't actually formatting Java code only, the restrictions don't seem to work as expected.
This commit is contained in:
parent
e5d57d9eb0
commit
b985e6f4b2
|
@ -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>
|
Loading…
Reference in New Issue
Block a user