Files
openide/java/java-tests/testData/codeStyle/withoutModulesAndOtherImportAndStaticImport.xml
Mikhail Pyltsin abca56d632 [java-imports] IDEA-368382 incorrect place for module import
GitOrigin-RevId: ce6ec1c65d5777e5e3059093fdd01baf24f95e50
2025-03-01 08:14:43 +00:00

14 lines
541 B
XML

<code_scheme name="Project" version="173">
<JavaCodeStyleSettings>
<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>
<emptyLine />
<emptyLine />
<package name="javax" withSubpackages="true" static="false" />
<package name="java" withSubpackages="true" static="false" />
<emptyLine />
</value> </option>
</JavaCodeStyleSettings>
</code_scheme>