[skip ci] Update .editorconfig (#12917)

- Set editor to use single name imports
This commit is contained in:
Andreas 2022-08-09 13:36:56 +02:00 committed by GitHub
parent a022f69c89
commit 2b85b0086e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -8,3 +8,5 @@ indent_size = 4
indent_style = space indent_style = space
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
ij_kotlin_name_count_to_use_star_import = 2147483647
ij_kotlin_name_count_to_use_star_import_for_members = 2147483647