chore: Explicitly specify no packages to be star imported

This commit is contained in:
Linnea Gräf
2025-06-04 01:28:19 +02:00
parent 2a1631dadf
commit d1b396ca71

View File

@@ -17,3 +17,4 @@ max_line_length = 120
ij_kotlin_name_count_to_use_star_import = 99999
ij_kotlin_name_count_to_use_star_import_for_members = 99999
ij_kotlin_imports_layout = *, |, kotlinx.**, kotlin.**, net.minecraft.**, moe.nea.firmament.**, |, $*
ij_kotlin_packages_to_use_import_on_demand = false