You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by si...@apache.org on 2014/06/13 14:01:08 UTC

svn commit: r1602395 - in /lucene/dev/branches/branch_4x: ./ dev-tools/ dev-tools/idea/.idea/projectCodeStyle.xml

Author: simonw
Date: Fri Jun 13 12:01:08 2014
New Revision: 1602395

URL: http://svn.apache.org/r1602395
Log:
Add Import Layout Table to idea codestyle

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/idea/.idea/projectCodeStyle.xml

Modified: lucene/dev/branches/branch_4x/dev-tools/idea/.idea/projectCodeStyle.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/dev-tools/idea/.idea/projectCodeStyle.xml?rev=1602395&r1=1602394&r2=1602395&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/dev-tools/idea/.idea/projectCodeStyle.xml (original)
+++ lucene/dev/branches/branch_4x/dev-tools/idea/.idea/projectCodeStyle.xml Fri Jun 13 12:01:08 2014
@@ -21,6 +21,16 @@
         <option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
           <value />
         </option>
+	<option name="IMPORT_LAYOUT_TABLE">
+          <value>
+            <package name="javax" withSubpackages="true" static="false" />
+            <package name="java" withSubpackages="true" static="false" />
+            <emptyLine />
+            <package name="" withSubpackages="true" static="false" />
+            <emptyLine />
+            <package name="" withSubpackages="true" static="true" />
+          </value>
+        </option>
         <ADDITIONAL_INDENT_OPTIONS fileType="groovy">
           <option name="INDENT_SIZE" value="2" />
           <option name="CONTINUATION_INDENT_SIZE" value="4" />