aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.idea/codeStyles/Project.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-09-15 11:28:39 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-09-15 12:30:15 +0200
commit92122e60c633b20afe28a2b8e49a20713ed53d62 (patch)
treeb2a631e2f81e54397fd51acae236f5d4a4a86347 /.idea/codeStyles/Project.xml
parentgradle: desugar retrofuture and remove old deps (diff)
downloadwireguard-android-92122e60c633b20afe28a2b8e49a20713ed53d62.tar.xz
wireguard-android-92122e60c633b20afe28a2b8e49a20713ed53d62.zip
idea: import new import sorting rules
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--.idea/codeStyles/Project.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
index f3049cf7..344f7687 100644
--- a/.idea/codeStyles/Project.xml
+++ b/.idea/codeStyles/Project.xml
@@ -59,7 +59,16 @@
<JetCodeStyleSettings>
<option name="PACKAGES_TO_USE_STAR_IMPORTS">
<value>
- <package name="kotlinx.android.synthetic" withSubpackages="true" static="false" />
+ <package name="kotlinx.android.synthetic" alias="false" withSubpackages="true" />
+ </value>
+ </option>
+ <option name="PACKAGES_IMPORT_LAYOUT">
+ <value>
+ <package name="" 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="" alias="true" withSubpackages="true" />
</value>
</option>
<option name="NAME_COUNT_TO_USE_STAR_IMPORT" value="10" />