mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-21 14:01:44 +07:00
[java-imports] IDEA-368382 incorrect place for module import
- support static separately (cherry picked from commit 8d1acc0e8d2bd7d60b1f03b1ebe367d7d9f2e2a9) IJ-CR-156496 GitOrigin-RevId: b85061e1772f4b7b6603edb980e34d90f6693e42
This commit is contained in:
committed by
intellij-monorepo-bot
parent
314374a7c2
commit
fc37441445
@@ -0,0 +1,17 @@
|
||||
<code_scheme name="Project" version="173">
|
||||
<JavaCodeStyleSettings>
|
||||
<option name="LAYOUT_STATIC_IMPORTS_SEPARATELY" value="false" />
|
||||
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="100" />
|
||||
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="100" />
|
||||
<option name="IMPORT_LAYOUT_TABLE">
|
||||
<value>
|
||||
<package name="" withSubpackages="true" static="false" module="true" />
|
||||
<emptyLine />
|
||||
<emptyLine />
|
||||
<package name="javax" withSubpackages="true" static="false" />
|
||||
<package name="java" withSubpackages="true" static="false" />
|
||||
<emptyLine />
|
||||
<package name="" withSubpackages="true" static="false" />
|
||||
</value> </option>
|
||||
</JavaCodeStyleSettings>
|
||||
</code_scheme>
|
||||
Reference in New Issue
Block a user