Skip to content

Commit 9370dc7

Browse files
committed
Add .editorconfig rules for switch statements
1 parent 2db5b87 commit 9370dc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ ij_java_spaces_around_logical_operators = true
3030

3131
ij_java_spaces_within_if_parentheses = true
3232
ij_java_spaces_within_while_parentheses = true
33+
ij_java_spaces_within_switch_parentheses = true
3334

3435
ij_java_space_after_type_cast = false
36+
37+
ij_java_indent_case_from_switch = true

0 commit comments

Comments
 (0)