mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
This PR updates java and javax imports layout in editconfig to be consistent with spotless
This commit is contained in:
parent
452a1ff8c8
commit
3bfca95ca9
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +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
|
||||
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