Skip to content

Commit 3dd09ea

Browse files
nicktindallgeorgewallace
authored andcommitted
Revert "Add temporary workaround for IntelliJ editorconfig bug (elastic#123954)" (elastic#124286)
This reverts (most of) commit 2f14649.
1 parent b752e61 commit 3dd09ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.editorconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,7 @@ indent_size = 4
209209
max_line_length = 140
210210
ij_java_class_count_to_use_import_on_demand = 999
211211
ij_java_names_count_to_use_import_on_demand = 999
212-
# The first '@*,' is a workaround for https://youtrack.jetbrains.com/issue/IDEA-368382/Auto-import-puts-java-imports-first-even-when-Editor-Code-style-Java-Import-layout-puts-them-last
213-
# it should be removed once that is fixed
214-
ij_java_imports_layout = @*,*,|,com.**,|,org.**,|,java.**,|,javax.**,|,$*
212+
ij_java_imports_layout = *,|,com.**,|,org.**,|,java.**,|,javax.**,|,$*
215213

216214
[*.json]
217215
indent_size = 2

0 commit comments

Comments
 (0)