mirror of https://github.com/halo-dev/halo
refactor: next line config (#1844)
* refactor: next line config * chore: cancle next linepull/1846/head
parent
90d61a27e9
commit
cec6897574
|
@ -44,7 +44,7 @@ ij_java_array_initializer_wrap = normal
|
|||
ij_java_assert_statement_colon_on_next_line = false
|
||||
ij_java_assert_statement_wrap = normal
|
||||
ij_java_assignment_wrap = normal
|
||||
ij_java_binary_operation_sign_on_next_line = false
|
||||
ij_java_binary_operation_sign_on_next_line = true
|
||||
ij_java_binary_operation_wrap = normal
|
||||
ij_java_blank_lines_after_anonymous_class_header = 0
|
||||
ij_java_blank_lines_after_class_header = 0
|
||||
|
@ -228,7 +228,7 @@ ij_java_spaces_within_try_parentheses = false
|
|||
ij_java_spaces_within_while_parentheses = false
|
||||
ij_java_special_else_if_treatment = true
|
||||
ij_java_subclass_name_suffix = Impl
|
||||
ij_java_ternary_operation_signs_on_next_line = false
|
||||
ij_java_ternary_operation_signs_on_next_line = true
|
||||
ij_java_ternary_operation_wrap = normal
|
||||
ij_java_test_name_suffix = Test
|
||||
ij_java_throws_keyword_wrap = normal
|
||||
|
|
Loading…
Reference in New Issue