updated code style xml file for Intellij IDEA
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8438d0af Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/8438d0af Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/8438d0af Branch: refs/heads/ignite-1093-2 Commit: 8438d0afdf411613536bf1448dbb5f72e98eccb7 Parents: 9e42600 Author: Denis Magda <[email protected]> Authored: Tue Sep 1 09:18:00 2015 +0300 Committer: Denis Magda <[email protected]> Committed: Tue Sep 1 09:18:00 2015 +0300 ---------------------------------------------------------------------- idea/ignite_codeStyle.xml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/8438d0af/idea/ignite_codeStyle.xml ---------------------------------------------------------------------- diff --git a/idea/ignite_codeStyle.xml b/idea/ignite_codeStyle.xml index 14faf54..426588a 100644 --- a/idea/ignite_codeStyle.xml +++ b/idea/ignite_codeStyle.xml @@ -14,22 +14,15 @@ </value> </option> <option name="PREFER_LONGER_NAMES" value="false" /> - <option name="USE_SINGLE_CLASS_IMPORTS" value="false" /> - <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="0" /> - <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="0" /> + <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="1000" /> + <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="1000" /> <option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND"> <value /> </option> <option name="IMPORT_LAYOUT_TABLE"> <value> - <package name="org.apache" withSubpackages="true" static="false" /> - <package name="import org.gridgain" withSubpackages="true" static="false" /> - <emptyLine /> <package name="" withSubpackages="true" static="false" /> <emptyLine /> - <package name="javax" withSubpackages="true" static="false" /> - <package name="java" withSubpackages="true" static="false" /> - <emptyLine /> <package name="" withSubpackages="true" static="true" /> </value> </option>
