diff options
| author | Kamil Doległo <9080183+kamildoleglo@users.noreply.github.com> | 2020-11-23 10:03:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-23 10:03:05 +0100 |
| commit | a819d43c2f8366ca5bb569f915df376dcd1f8e24 (patch) | |
| tree | dee3251719b72acf156e290a3fe3653493de4c54 /.idea/codeStyles | |
| parent | 39cceaa3af6df5c419b9cd1f3d880ac8cf7d94a5 (diff) | |
| download | dokka-a819d43c2f8366ca5bb569f915df376dcd1f8e24.tar.gz dokka-a819d43c2f8366ca5bb569f915df376dcd1f8e24.tar.bz2 dokka-a819d43c2f8366ca5bb569f915df376dcd1f8e24.zip | |
Remove .idea (#1638)
Diffstat (limited to '.idea/codeStyles')
| -rw-r--r-- | .idea/codeStyles/Project.xml | 26 | ||||
| -rw-r--r-- | .idea/codeStyles/codeStyleConfig.xml | 6 |
2 files changed, 0 insertions, 32 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 31d977a0..00000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,26 +0,0 @@ -<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"> - <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" /> - </codeStyleSettings> - </code_scheme> -</component>
\ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 6e6eec11..00000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,6 +0,0 @@ -<component name="ProjectCodeStyleConfiguration"> - <state> - <option name="USE_PER_PROJECT_SETTINGS" value="true" /> - <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" /> - </state> -</component>
\ No newline at end of file |
