Skip to content

Commit

Permalink
Add a blank line between java and javax imports (elastic#117602)
Browse files Browse the repository at this point in the history
This PR updates java and javax imports layout in editconfig to be
consistent with spotless
  • Loading branch information
ywangd authored Nov 27, 2024
1 parent 433a00c commit edd9d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edd9d96

Please sign in to comment.