This is an automated email from the ASF dual-hosted git repository.

jiajunwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new c7cba29  Add import order for java and javax. (#499)
c7cba29 is described below

commit c7cba29231e37d4fd7467d321021ed64ffbc4a6d
Author: Huizhi L <[email protected]>
AuthorDate: Thu Oct 10 14:29:34 2019 -0700

    Add import order for java and javax. (#499)
    
    * Add import order for java and javax.
    * Remve the empty line between java and javax.
---
 helix-style-intellij.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/helix-style-intellij.xml b/helix-style-intellij.xml
index d14cec9..b3582a5 100644
--- a/helix-style-intellij.xml
+++ b/helix-style-intellij.xml
@@ -29,6 +29,9 @@
   <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
   <option name="IMPORT_LAYOUT_TABLE">
     <value>
+      <package name="java" withSubpackages="true" static="false" />
+      <package name="javax" withSubpackages="true" static="false" />
+      <emptyLine />
       <package name="" withSubpackages="true" static="false" />
       <emptyLine />
       <package name="" withSubpackages="true" static="true" />

Reply via email to