aboutsummaryrefslogtreecommitdiff
path: root/.idea/codeStyles/Project.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-10-04 02:37:11 -0700
committerGitHub <noreply@github.com>2020-10-04 02:37:11 -0700
commit4440326f4bb9f57fd1635403b1966cb81f3d359f (patch)
tree49437ccd2f465ddfd71093eee7ea536cbf3f19e8 /.idea/codeStyles/Project.xml
parent019067430fce1fdd6cc4ff0a4e63937927de2c17 (diff)
parent70563777b84fb475a5100054cb53bca261a7a0a7 (diff)
downloadfrost-4440326f4bb9f57fd1635403b1966cb81f3d359f.tar.gz
frost-4440326f4bb9f57fd1635403b1966cb81f3d359f.tar.bz2
frost-4440326f4bb9f57fd1635403b1966cb81f3d359f.zip
Merge pull request #1720 from AllanWang/textbox
Diffstat (limited to '.idea/codeStyles/Project.xml')
-rw-r--r--.idea/codeStyles/Project.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
index 7d1ace49..f9ad7a67 100644
--- a/.idea/codeStyles/Project.xml
+++ b/.idea/codeStyles/Project.xml
@@ -3,7 +3,16 @@
<JetCodeStyleSettings>
<option name="PACKAGES_TO_USE_STAR_IMPORTS">
<value>
- <package name="kotlinx.android.synthetic" withSubpackages="true" static="false" />
+ <package name="kotlinx.android.synthetic" 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="NAME_COUNT_TO_USE_STAR_IMPORT" value="2147483647" />