Created
May 14, 2015 02:42
-
-
Save Logan676/c761046cef0090db7f31 to your computer and use it in GitHub Desktop.
codeStyleSettings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="ProjectCodeStyleSettingsManager"> | |
<option name="PER_PROJECT_SETTINGS"> | |
<value> | |
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="99" /> | |
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="99" /> | |
<option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND"> | |
<value /> | |
</option> | |
<option name="IMPORT_LAYOUT_TABLE"> | |
<value> | |
<package name="android" withSubpackages="true" static="false" /> | |
<emptyLine /> | |
<package name="com" withSubpackages="true" static="false" /> | |
<emptyLine /> | |
<package name="junit" withSubpackages="true" static="false" /> | |
<emptyLine /> | |
<package name="net" withSubpackages="true" static="false" /> | |
<emptyLine /> | |
<package name="org" withSubpackages="true" static="false" /> | |
<emptyLine /> | |
<package name="java" withSubpackages="true" static="false" /> | |
<emptyLine /> | |
<package name="javax" withSubpackages="true" static="false" /> | |
<emptyLine /> | |
<package name="" withSubpackages="true" static="false" /> | |
<emptyLine /> | |
<package name="" withSubpackages="true" static="true" /> | |
<emptyLine /> | |
</value> | |
</option> | |
<option name="RIGHT_MARGIN" value="100" /> | |
<AndroidXmlCodeStyleSettings> | |
<option name="USE_CUSTOM_SETTINGS" value="true" /> | |
</AndroidXmlCodeStyleSettings> | |
<XML> | |
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" /> | |
</XML> | |
</value> | |
</option> | |
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default (1)" /> | |
</component> | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment