diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-07-07 11:08:34 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-07-07 13:31:38 +0200 |
commit | cb20227d354b1b74ca6784d55ea75cc8b5281abd (patch) | |
tree | 2284ff9b5535a735655a9ad0ee436f2aa4e68a07 /.idea/codeStyles | |
parent | 72e6c72774f65308ce1da807bc0fa5798575d013 (diff) | |
download | dokka-cb20227d354b1b74ca6784d55ea75cc8b5281abd.tar.gz dokka-cb20227d354b1b74ca6784d55ea75cc8b5281abd.tar.bz2 dokka-cb20227d354b1b74ca6784d55ea75cc8b5281abd.zip |
Implement simple cli integration test
Diffstat (limited to '.idea/codeStyles')
-rw-r--r-- | .idea/codeStyles/Project.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 1bec35e5..31d977a0 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,6 +1,22 @@ <component name="ProjectCodeStyleConfiguration"> <code_scheme name="Project" version="173"> <JetCodeStyleSettings> + <option name="PACKAGES_TO_USE_STAR_IMPORTS"> + <value> + <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" /> </JetCodeStyleSettings> <codeStyleSettings language="kotlin"> |