summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-07-08 01:25:55 +0530
committerGitHub <noreply@github.com>2020-07-08 01:25:55 +0530
commit616992087846fe76555080baf131637924b67507 (patch)
tree3130913ac749c3d765af3a38aa13208fefbf6400 /.idea
parent4657185dc6f161418ce7e8e4f9dd2976fc54427a (diff)
global: set an import order rule and reformat with it (#924)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.idea')
-rw-r--r--.idea/codeStyles/Project.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
index 81283c30..6e53f6f9 100644
--- a/.idea/codeStyles/Project.xml
+++ b/.idea/codeStyles/Project.xml
@@ -17,6 +17,23 @@
<option name="PACKAGES_TO_USE_STAR_IMPORTS">
<value />
</option>
+ <option name="PACKAGES_IMPORT_LAYOUT">
+ <value>
+ <package name="" alias="false" withSubpackages="true" />
+ <package name="android" alias="false" withSubpackages="true" />
+ <package name="androidx" alias="false" withSubpackages="true" />
+ <package name="com" alias="false" withSubpackages="true" />
+ <package name="java" alias="false" withSubpackages="true" />
+ <package name="javax" alias="false" withSubpackages="true" />
+ <package name="kotlin" alias="false" withSubpackages="true" />
+ <package name="kotlinx" alias="false" withSubpackages="true" />
+ <package name="me" alias="false" withSubpackages="true" />
+ <package name="mozilla" alias="false" withSubpackages="true" />
+ <package name="net" alias="false" withSubpackages="true" />
+ <package name="org" alias="false" withSubpackages="true" />
+ <package name="" alias="true" withSubpackages="true" />
+ </value>
+ </option>
<option name="NAME_COUNT_TO_USE_STAR_IMPORT" value="2147483647" />
<option name="NAME_COUNT_TO_USE_STAR_IMPORT_FOR_MEMBERS" value="2147483647" />
<option name="CONTINUATION_INDENT_IN_PARAMETER_LISTS" value="true" />