Disable automatic imports for inner classes
Inner classes generally has generic names and they make sense when they are considered with the top level class they appear in. When this setting is disabled, Android Studio inserts import for the top level class and append the top level class's name before the reference to the inner class name. NO_SQ ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=206127763
This commit is contained in:
parent
217247f113
commit
26a0ddcaec
1
.idea/codeStyleSettings.xml
generated
1
.idea/codeStyleSettings.xml
generated
@ -15,7 +15,6 @@
|
|||||||
<option name="USE_RELATIVE_INDENTS" value="false" />
|
<option name="USE_RELATIVE_INDENTS" value="false" />
|
||||||
</value>
|
</value>
|
||||||
</option>
|
</option>
|
||||||
<option name="INSERT_INNER_CLASS_IMPORTS" value="true" />
|
|
||||||
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
|
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
|
||||||
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
|
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
|
||||||
<option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
|
<option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user