Fix editor config import rule for aliases
This commit is contained in:
parent
730825bce3
commit
dd8ec69be3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ indent_style = space
|
|||
insert_final_newline = true
|
||||
|
||||
[*.{kt,kts}]
|
||||
ij_kotlin_imports_layout = *,^*
|
||||
ij_kotlin_imports_layout = *,^
|
||||
ij_kotlin_allow_trailing_comma = true
|
||||
ij_kotlin_allow_trailing_comma_on_call_site = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue