Skip to content

Commit

Permalink
Update .editorconfig (#7711)
Browse files Browse the repository at this point in the history
- Set editor to use single name imports
  • Loading branch information
ghostbear authored Aug 9, 2022
1 parent 7845f94 commit 96c3116
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
indent_size=4
insert_final_newline=true
ij_kotlin_allow_trailing_comma=true
ij_kotlin_allow_trailing_comma_on_call_site=true
ij_kotlin_allow_trailing_comma_on_call_site=true
ij_kotlin_name_count_to_use_star_import = 2147483647
ij_kotlin_name_count_to_use_star_import_for_members = 2147483647

0 comments on commit 96c3116

Please sign in to comment.