Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ae48471

Browse files
committed
added .editorconfig
1 parent 09bf0b6 commit ae48471

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[*.java]
2+
ij_java_class_count_to_use_import_on_demand = 999
3+
ij_java_class_names_in_javadoc = 1
4+
ij_java_imports_layout = *,|,javax.**,java.**,|,$*
5+
6+
[{*.gradle.kts,*.kt,*.kts,*.main.kts}]
7+
ij_kotlin_imports_layout = *,java.**,javax.**,kotlin.**,^
8+
ij_kotlin_name_count_to_use_star_import = 2147483647
9+
ij_kotlin_name_count_to_use_star_import_for_members = 3
10+
ij_kotlin_packages_to_use_import_on_demand =

0 commit comments

Comments
 (0)