aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-05-05 13:19:01 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-05-05 13:19:04 +0200
commit3474849b1dda66f270e1569a189cf58c113cb6f2 (patch)
tree376ea41037fab185e3e207102539bd1c247c23b4
parenttools: bump deps (diff)
downloadwireguard-android-3474849b1dda66f270e1569a189cf58c113cb6f2.tar.xz
wireguard-android-3474849b1dda66f270e1569a189cf58c113cb6f2.zip
project: use kotlin official code style
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--.idea/codeStyles/Project.xml13
1 files changed, 4 insertions, 9 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
index 344f7687..3eb23b6b 100644
--- a/.idea/codeStyles/Project.xml
+++ b/.idea/codeStyles/Project.xml
@@ -62,17 +62,9 @@
<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" />
<option name="NAME_COUNT_TO_USE_STAR_IMPORT_FOR_MEMBERS" value="10" />
+ <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
</JetCodeStyleSettings>
<XML>
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
@@ -477,5 +469,8 @@
</rules>
</arrangement>
</codeStyleSettings>
+ <codeStyleSettings language="kotlin">
+ <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
+ </codeStyleSettings>
</code_scheme>
</component> \ No newline at end of file