Merge pull request #3521 from nikclayton/patch-4

Disable wildcard imports for Java and Kotlin files
This commit is contained in:
Nik Clayton 2023-04-21 21:43:31 +02:00 committed by GitHub
commit df44bfbf7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -7,5 +7,11 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
# Disable wildcard imports
[*.{java, kt}]
ij_kotlin_name_count_to_use_star_import = 999
ij_kotlin_name_count_to_use_star_import_for_members = 999
ij_java_class_count_to_use_import_on_demand = 999
[*.{yml,yaml}]
indent_size = 2