Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit d0d81921 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé Committed by GitHub
Browse files

Merge pull request #6766 from thundernest/fix-editor-config-import-rule

Fix editor config import rule for aliases
parents 730825bc dd8ec69b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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