Skip to content

Commit

Permalink
Update Groovy editorconfig to sync import layout to default IDEA
Browse files Browse the repository at this point in the history
  • Loading branch information
Net-burst committed Feb 16, 2024
1 parent fa3dc72 commit 432ea53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/groovy/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ij_groovy_extends_list_wrap = normal
ij_groovy_for_brace_force = always
ij_groovy_for_statement_wrap = normal
ij_groovy_if_brace_force = always
ij_groovy_imports_layout = *, |, java.**, |, $*
ij_groovy_imports_layout = *,|,javax.**,java.**,|,$*
ij_groovy_insert_inner_class_imports = true
ij_groovy_keep_blank_lines_before_right_brace = 2
ij_groovy_keep_blank_lines_in_code = 1
Expand Down

0 comments on commit 432ea53

Please sign in to comment.