Skip to content

Commit

Permalink
javax -> jakarta.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Feb 14, 2024
1 parent 44e578c commit cd6e82b
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 @@ -118,7 +118,7 @@ ij_java_for_statement_wrap = off
ij_java_generate_final_locals = false
ij_java_generate_final_parameters = false
ij_java_if_brace_force = never
ij_java_imports_layout = *,|,java.**,|,javax.**,|,org.**,|,com.**,|,nl.**,|,$*
ij_java_imports_layout = *,|,java.**,|,javax.**,jakarta.**|,org.**,|,com.**,|,nl.**,|,$*
ij_java_indent_case_from_switch = true
ij_java_insert_inner_class_imports = false
ij_java_insert_override_annotation = true
Expand Down

0 comments on commit cd6e82b

Please sign in to comment.