Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 1b8ec00

Browse files
committed
chore: Removed import_on_demand in editorconfig
Considering the policy is not to use star imports, this entry is contradictory to the rest.
1 parent facc802 commit 1b8ec00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ ij_kotlin_method_parameters_right_paren_on_new_line = true
6969
ij_kotlin_method_parameters_wrap = on_every_item
7070
ij_kotlin_name_count_to_use_star_import = 1000
7171
ij_kotlin_name_count_to_use_star_import_for_members = 1000
72-
ij_kotlin_packages_to_use_import_on_demand = java.util.*,kotlinx.android.synthetic.**,io.ktor.**
7372
ij_kotlin_parameter_annotation_wrap = off
7473
ij_kotlin_space_after_comma = true
7574
ij_kotlin_space_after_extend_colon = true

0 commit comments

Comments
 (0)