aboutsummaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorSzymon Świstun <sswistun@virtuslab.com>2020-01-23 11:10:37 +0100
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-02-10 12:16:32 +0100
commit612e8c2f6f1b52f19c6ae51aa3d5655dfb43ba0c (patch)
treeb801dba1dd61c17d0d67b91c5f093151955d0e2b /.idea
parentf7c67c2ade8b56c6556ec59d9c0adf8643a8e566 (diff)
downloaddokka-612e8c2f6f1b52f19c6ae51aa3d5655dfb43ba0c.tar.gz
dokka-612e8c2f6f1b52f19c6ae51aa3d5655dfb43ba0c.tar.bz2
dokka-612e8c2f6f1b52f19c6ae51aa3d5655dfb43ba0c.zip
formatting
Diffstat (limited to '.idea')
-rw-r--r--.idea/codeStyles/Project.xml18
-rw-r--r--.idea/compiler.xml4
-rw-r--r--.idea/jarRepositories.xml5
3 files changed, 11 insertions, 16 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
index ba49a93e..1bec35e5 100644
--- a/.idea/codeStyles/Project.xml
+++ b/.idea/codeStyles/Project.xml
@@ -1,24 +1,10 @@
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<JetCodeStyleSettings>
- <option name="CONTINUATION_INDENT_IN_PARAMETER_LISTS" value="false" />
- <option name="CONTINUATION_INDENT_IN_ARGUMENT_LISTS" value="false" />
- <option name="CONTINUATION_INDENT_FOR_EXPRESSION_BODIES" value="false" />
- <option name="CONTINUATION_INDENT_FOR_CHAINED_CALLS" value="false" />
- <option name="CONTINUATION_INDENT_IN_SUPERTYPE_LISTS" value="false" />
- <option name="CONTINUATION_INDENT_IN_IF_CONDITIONS" value="false" />
- <option name="WRAP_EXPRESSION_BODY_FUNCTIONS" value="1" />
+ <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
</JetCodeStyleSettings>
<codeStyleSettings language="kotlin">
- <option name="CALL_PARAMETERS_WRAP" value="5" />
- <option name="CALL_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
- <option name="CALL_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" />
- <option name="METHOD_PARAMETERS_WRAP" value="5" />
- <option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
- <option name="METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" />
- <option name="EXTENDS_LIST_WRAP" value="1" />
- <option name="METHOD_CALL_CHAIN_WRAP" value="1" />
- <option name="ASSIGNMENT_WRAP" value="1" />
+ <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
</codeStyleSettings>
</code_scheme>
</component> \ No newline at end of file
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index feb731d8..797b1d01 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -32,6 +32,8 @@
<module name="dokka.coreDependencies.test" target="1.8" />
<module name="dokka.integration-tests.gradle-integration-tests.main" target="1.8" />
<module name="dokka.integration-tests.gradle-integration-tests.test" target="1.8" />
+ <module name="dokka.integration-tests.main" target="1.8" />
+ <module name="dokka.integration-tests.test" target="1.8" />
<module name="dokka.integration.main" target="1.8" />
<module name="dokka.integration.test" target="1.8" />
<module name="dokka.plugins.javadoc8.main" target="1.8" />
@@ -56,8 +58,10 @@
<module name="dokka.runners.gradle-integration-tests.test" target="1.8" />
<module name="dokka.runners.gradle-plugin.main" target="1.8" />
<module name="dokka.runners.gradle-plugin.test" target="1.8" />
+ <module name="dokka.runners.main" target="1.8" />
<module name="dokka.runners.maven-plugin.main" target="1.8" />
<module name="dokka.runners.maven-plugin.test" target="1.8" />
+ <module name="dokka.runners.test" target="1.8" />
<module name="dokka.testApi.main" target="1.8" />
<module name="dokka.testApi.test" target="1.8" />
<module name="fatjar_main" target="1.8" />
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
index b5925b37..915691dd 100644
--- a/.idea/jarRepositories.xml
+++ b/.idea/jarRepositories.xml
@@ -86,5 +86,10 @@
<option name="name" value="maven6" />
<option name="url" value="https://teamcity.jetbrains.com/guestAuth/repository/download/Kotlin_dev_CompilerAllPlugins/1.3.61/maven" />
</remote-repository>
+ <remote-repository>
+ <option name="id" value="maven" />
+ <option name="name" value="maven" />
+ <option name="url" value="https://dl.bintray.com/jetbrains/markdown/" />
+ </remote-repository>
</component>
</project> \ No newline at end of file