diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-03-16 14:09:45 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-03-19 09:24:48 +0530 |
commit | b2ed5dbbc8d1618d919d25117509602d9af6a47c (patch) | |
tree | 5dba0214679cdae4e57dbae581fea61301925436 /.idea | |
parent | 94c864503ea3a53f34cc48071b2522fc7250c012 (diff) |
codestyle: Require atleast 10 references before using star imports
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/codeStyles/Project.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 4a46ec8f..f3049cf7 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -56,6 +56,15 @@ </value> </option> </JavaCodeStyleSettings> + <JetCodeStyleSettings> + <option name="PACKAGES_TO_USE_STAR_IMPORTS"> + <value> + <package name="kotlinx.android.synthetic" withSubpackages="true" static="false" /> + </value> + </option> + <option name="NAME_COUNT_TO_USE_STAR_IMPORT" value="10" /> + <option name="NAME_COUNT_TO_USE_STAR_IMPORT_FOR_MEMBERS" value="10" /> + </JetCodeStyleSettings> <XML> <option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" /> </XML> |