diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-07-13 10:52:08 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-07-13 14:23:08 +0200 |
commit | 1df542dcb7edced840692ac4397debcc2556f4c2 (patch) | |
tree | d5914a396485be5ec132b17a37d2c4ebfe244fee /.idea/codeStyles | |
parent | 8ec106388209543434f990fe3af6fb02a7caceb4 (diff) | |
download | dokka-1df542dcb7edced840692ac4397debcc2556f4c2.tar.gz dokka-1df542dcb7edced840692ac4397debcc2556f4c2.tar.bz2 dokka-1df542dcb7edced840692ac4397debcc2556f4c2.zip |
Remove `global` dokka source set (in favor of configureEach)
Diffstat (limited to '.idea/codeStyles')
-rw-r--r-- | .idea/codeStyles/Project.xml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 69ebce06..31d977a0 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -3,9 +3,18 @@ <JetCodeStyleSettings> <option name="PACKAGES_TO_USE_STAR_IMPORTS"> <value> - <package name="java.util" withSubpackages="false" static="false" /> - <package name="kotlinx.android.synthetic" withSubpackages="true" static="false" /> - <package name="io.ktor" withSubpackages="true" static="false" /> + <package name="java.util" alias="false" withSubpackages="false" /> + <package name="kotlinx.android.synthetic" alias="false" withSubpackages="true" /> + <package name="io.ktor" 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="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" /> |