Skip to content

Commit

Permalink
Add a blank line between java and javax imports
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 committed Nov 26, 2024
1 parent 2e9ef40 commit 47b68d5
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 47b68d5

Please sign in to comment.