aboutsummaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorPaweł Marks <pmarks@virtuslab.com>2020-07-10 18:52:54 +0200
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-07-13 10:14:16 +0200
commitec318a2ac97aa5ab88564dc36474131fc03cba61 (patch)
tree599aa509e8c82f406bc95e4e843b259acf891585 /.idea
parent43957996a2c530d7c22e00d841af9ad349cbf70a (diff)
downloaddokka-ec318a2ac97aa5ab88564dc36474131fc03cba61.tar.gz
dokka-ec318a2ac97aa5ab88564dc36474131fc03cba61.tar.bz2
dokka-ec318a2ac97aa5ab88564dc36474131fc03cba61.zip
Render explicitly documented primary constructors
Diffstat (limited to '.idea')
-rw-r--r--.idea/codeStyles/Project.xml15
1 files changed, 3 insertions, 12 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
index 31d977a0..69ebce06 100644
--- a/.idea/codeStyles/Project.xml
+++ b/.idea/codeStyles/Project.xml
@@ -3,18 +3,9 @@
<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" />
+ <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" />
</value>
</option>
<option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />