mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
This reverts (most of) commit 2f14649f16
.
This commit is contained in:
parent
88b5900837
commit
e478ce1c88
1 changed files with 1 additions and 3 deletions
|
@ -209,9 +209,7 @@ indent_size = 4
|
|||
max_line_length = 140
|
||||
ij_java_class_count_to_use_import_on_demand = 999
|
||||
ij_java_names_count_to_use_import_on_demand = 999
|
||||
# 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
|
||||
# it should be removed once that is fixed
|
||||
ij_java_imports_layout = @*,*,|,com.**,|,org.**,|,java.**,|,javax.**,|,$*
|
||||
ij_java_imports_layout = *,|,com.**,|,org.**,|,java.**,|,javax.**,|,$*
|
||||
|
||||
[*.json]
|
||||
indent_size = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue