diff options
author | Linnea Gräf <nea@nea.moe> | 2025-06-04 01:28:19 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-06-04 01:28:19 +0200 |
commit | d1b396ca71d2750c71afe71f1680634d1136ccdf (patch) | |
tree | f65028dbe8fa7f7b8554475eba4e29816cb1dc81 | |
parent | 2a1631dadfc0f78eb3b7768f9bca3f9fa1ea619e (diff) | |
download | Firmament-d1b396ca71d2750c71afe71f1680634d1136ccdf.tar.gz Firmament-d1b396ca71d2750c71afe71f1680634d1136ccdf.tar.bz2 Firmament-d1b396ca71d2750c71afe71f1680634d1136ccdf.zip |
chore: Explicitly specify no packages to be star imported
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 109d855..1c59d9d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 |