diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common')
69 files changed, 1000 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/Issue_3052.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/Issue_3052.cfg new file mode 100644 index 00000000..f7c29b8e --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/Issue_3052.cfg @@ -0,0 +1,4 @@ +input_tab_size = 4 +output_tab_size = 4 +indent_columns = 4 +pp_ignore_define_body = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/UNI-18777.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/UNI-18777.cfg new file mode 100644 index 00000000..7d4c013e --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/UNI-18777.cfg @@ -0,0 +1,3 @@ +indent_columns = 4 +indent_align_assign = false +indent_member_single = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/aet-func_call_user.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/aet-func_call_user.cfg new file mode 100644 index 00000000..3219bc4b --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/aet-func_call_user.cfg @@ -0,0 +1,7 @@ +include "aet.cfg" + +sp_func_call_user_inside_fparen=force +sp_func_call_user_paren_paren=force + +set FUNC_CALL_USER CMD_CHECK +set FUNC_CALL_USER INTERNAL diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/aet-func_def.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/aet-func_def.cfg new file mode 100644 index 00000000..c4575b88 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/aet-func_def.cfg @@ -0,0 +1,4 @@ +include "aet.cfg" + +set FUNC_DEF MACRO1 +set FUNC_DEF MACRO2 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/aet-sp_after_oc_msg_receiver.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/aet-sp_after_oc_msg_receiver.cfg new file mode 100644 index 00000000..8e25aaed --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/aet-sp_after_oc_msg_receiver.cfg @@ -0,0 +1,3 @@ +include "aet.cfg" + +sp_after_oc_msg_receiver = remove diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/aet-sp_inside_braces_oc_dict.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/aet-sp_inside_braces_oc_dict.cfg new file mode 100644 index 00000000..57e2463e --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/aet-sp_inside_braces_oc_dict.cfg @@ -0,0 +1,3 @@ +include "aet.cfg" + +sp_inside_braces_oc_dict=force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/aet.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/aet.cfg new file mode 100644 index 00000000..170c9488 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/aet.cfg @@ -0,0 +1,510 @@ +# Uncrustify 0.61 +newlines = auto +input_tab_size = 4 +output_tab_size = 8 +string_escape_char = 92 +string_escape_char2 = 0 +string_replace_tab_chars = true +tok_split_gte = false +disable_processing_cmt = "*begin-nonstandard-formatting*" +enable_processing_cmt = "*end-nonstandard-formatting*" +utf8_bom = remove +utf8_byte = false +utf8_force = false +indent_columns = 4 +indent_continue = 4 +indent_with_tabs = 0 +indent_cmt_with_tabs = false +indent_align_string = false +indent_xml_string = 0 +indent_brace = 0 +indent_braces = false +indent_braces_no_func = false +indent_braces_no_class = false +indent_braces_no_struct = false +indent_brace_parent = false +indent_paren_open_brace = false +indent_namespace = false +indent_namespace_single_indent = true +indent_namespace_level = 0 +indent_namespace_limit = 0 +indent_extern = false +indent_class = true +indent_class_colon = false +indent_class_on_colon = false +indent_constr_colon = false +indent_ctor_init_leading = 2 +indent_ctor_init = 0 +indent_else_if = false +indent_var_def_blk = 0 +indent_var_def_cont = false +indent_shift = 0 +indent_func_def_force_col1 = false +indent_func_call_param = true +indent_func_def_param = true +indent_func_proto_param = true +indent_func_class_param = false +indent_func_ctor_var_param = false +indent_template_param = false +indent_func_param_double = false +indent_func_const = 0 +indent_func_throw = 0 +indent_member = 0 +indent_single_line_comments_before = 0 +indent_relative_single_line_comments = true +indent_switch_case = 0 +indent_case_shift = 0 +indent_case_brace = 0 +indent_col1_comment = false +indent_label = -4 +indent_access_spec = -4 +indent_access_spec_body = false +indent_paren_nl = false +indent_paren_close = 0 +indent_comma_paren = 0 +indent_bool_paren = 0 +indent_first_bool_expr = false +indent_square_nl = false +indent_preserve_sql = false +indent_align_assign = false +indent_oc_block = false +indent_oc_block_msg = 0 +indent_oc_msg_colon = 0 +indent_oc_msg_prioritize_first_colon = true +indent_oc_block_msg_xcode_style = true +indent_oc_block_msg_from_keyword = false +indent_oc_block_msg_from_colon = false +indent_oc_block_msg_from_caret = false +indent_oc_block_msg_from_brace = false +indent_min_vbrace_open = 0 +indent_vbrace_open_on_tabstop = false +sp_arith = force +sp_assign = add +sp_cpp_lambda_assign = ignore +sp_cpp_lambda_square_paren = ignore +sp_assign_default = add +sp_before_assign = force +sp_after_assign = force +sp_enum_paren = ignore +sp_enum_assign = add +sp_enum_before_assign = ignore +sp_enum_after_assign = ignore +sp_pp_concat = remove +sp_pp_stringify = remove +sp_before_pp_stringify = ignore +sp_bool = add +sp_compare = add +sp_inside_paren = remove +sp_paren_paren = remove +sp_cparen_oparen = ignore +sp_balance_nested_parens = false +sp_paren_brace = force +sp_before_ptr_star = force +sp_before_unnamed_ptr_star = ignore +sp_between_ptr_star = remove +sp_after_ptr_star = remove +sp_after_ptr_star_qualifier = remove +sp_after_ptr_star_func = remove +sp_ptr_star_func_type = remove +sp_ptr_star_paren = remove +sp_before_ptr_star_func = force +sp_before_byref = remove +sp_before_unnamed_byref = remove +sp_after_byref = force +sp_after_byref_func = force +sp_before_byref_func = remove +sp_after_type = force +sp_after_decltype = force +sp_before_template_paren = ignore +sp_template_angle = remove +sp_before_angle = remove +sp_inside_angle = remove +sp_after_angle = remove +sp_angle_paren = remove +sp_angle_paren_empty = remove +sp_angle_word = force +sp_angle_shift = remove +sp_permit_cpp11_shift = false +sp_before_sparen = force +sp_inside_sparen = remove +sp_inside_sparen_close = ignore +sp_inside_sparen_open = ignore +sp_after_sparen = add +sp_sparen_brace = force +sp_invariant_paren = ignore +sp_after_invariant_paren = ignore +sp_special_semi = force +sp_before_semi = remove +sp_before_semi_for = remove +sp_before_semi_for_empty = remove +sp_between_semi_for_empty = remove +sp_after_semi = force +sp_after_semi_for = force +sp_after_semi_for_empty = remove +sp_before_square = remove +sp_before_squares = remove +sp_inside_square = remove +sp_after_comma = add +sp_before_comma = remove +sp_after_mdatype_commas = remove +sp_before_mdatype_commas = remove +sp_between_mdatype_commas = remove +sp_paren_comma = remove +sp_before_ellipsis = ignore +sp_after_class_colon = force +sp_before_class_colon = force +sp_after_constr_colon = ignore +sp_before_constr_colon = ignore +sp_before_case_colon = remove +sp_after_operator = ignore +sp_after_operator_sym = ignore +sp_after_cast = force +sp_inside_paren_cast = remove +sp_cpp_cast_paren = remove +sp_sizeof_paren = remove +sp_decltype_paren = remove +sp_after_tag = ignore +sp_inside_braces_enum = add +sp_inside_braces_struct = ignore +sp_inside_braces = ignore +sp_inside_braces_empty = remove +sp_type_func = force +sp_func_proto_paren = remove +sp_func_def_paren = remove +sp_inside_fparens = remove +sp_inside_fparen = remove +sp_inside_tparen = remove +sp_after_tparen_close = remove +sp_square_fparen = ignore +sp_fparen_brace = force +sp_fparen_dbrace = ignore +sp_func_call_paren = remove +sp_func_call_paren_empty = remove +sp_func_call_user_paren = remove +sp_func_class_paren = remove +sp_return_paren = add +sp_attribute_paren = ignore +sp_defined_paren = remove +sp_throw_paren = add +sp_after_throw = ignore +sp_catch_paren = add +sp_version_paren = ignore +sp_scope_paren = ignore +sp_macro = ignore +sp_macro_func = ignore +sp_else_brace = force +sp_brace_else = force +sp_brace_typedef = add +sp_catch_brace = force +sp_brace_catch = force +sp_finally_brace = force +sp_brace_finally = force +sp_try_brace = force +sp_getset_brace = add +sp_word_brace_init_lst = add +sp_word_brace_ns = add +sp_before_dc = remove +sp_after_dc = remove +sp_d_array_colon = ignore +sp_not = remove +sp_inv = remove +sp_addr = remove +sp_member = remove +sp_deref = remove +sp_sign = remove +sp_incdec = remove +sp_before_nl_cont = add +sp_after_oc_scope = force +sp_after_oc_colon = remove +sp_before_oc_colon = remove +sp_after_oc_dict_colon = force +sp_before_oc_dict_colon = remove +sp_after_send_oc_colon = remove +sp_before_send_oc_colon = remove +sp_after_oc_type = remove +sp_after_oc_return_type = remove +sp_after_oc_at_sel = remove +sp_after_oc_at_sel_parens = force +sp_inside_oc_at_sel_parens = remove +sp_before_oc_block_caret = remove +sp_after_oc_block_caret = remove +sp_after_oc_msg_receiver = force +sp_after_oc_property = force +sp_cond_colon = add +sp_cond_colon_before = ignore +sp_cond_colon_after = ignore +sp_cond_question = add +sp_cond_question_before = ignore +sp_cond_question_after = ignore +sp_cond_ternary_short = ignore +sp_case_label = force +sp_range = ignore +sp_after_for_colon = force +sp_before_for_colon = force +sp_extern_paren = ignore +sp_cmt_cpp_start = ignore +sp_cmt_cpp_doxygen = false +sp_endif_cmt = ignore +sp_after_new = force +sp_between_new_paren = remove +sp_before_tr_cmt = ignore +sp_num_before_tr_cmt = 0 +sp_annotation_paren = remove +align_keep_tabs = false +align_with_tabs = false +align_on_tabstop = false +align_number_right = false +align_keep_extra_space = false +align_func_params = false +align_same_func_call_params = false +align_var_def_span = 0 +align_var_def_star_style = 0 +align_var_def_amp_style = 0 +align_var_def_thresh = 0 +align_var_def_gap = 0 +align_var_def_colon = false +align_var_def_attribute = false +align_var_def_inline = false +align_assign_span = 0 +align_assign_thresh = 0 +align_enum_equ_span = 0 +align_enum_equ_thresh = 0 +align_var_struct_span = 0 +align_var_struct_thresh = 0 +align_var_struct_gap = 0 +align_struct_init_span = 0 +align_typedef_gap = 0 +align_typedef_span = 0 +align_typedef_func = 0 +align_typedef_star_style = 0 +align_typedef_amp_style = 0 +align_right_cmt_span = 0 +align_right_cmt_mix = false +align_right_cmt_gap = 0 +align_right_cmt_at_col = 0 +align_func_proto_span = 0 +align_func_proto_gap = 0 +align_on_operator = false +align_mix_var_proto = false +align_single_line_func = false +align_single_line_brace = false +align_single_line_brace_gap = 0 +align_oc_msg_spec_span = 0 +align_nl_cont = false +align_pp_define_together = false +align_pp_define_gap = 0 +align_pp_define_span = 0 +align_left_shift = false +align_oc_msg_colon_span = 20 +align_oc_msg_colon_first = true +align_oc_decl_colon = true +nl_collapse_empty_body = false +nl_assign_leave_one_liners = true +nl_class_leave_one_liners = true +nl_enum_leave_one_liners = true +nl_getset_leave_one_liners = true +nl_func_leave_one_liners = true +nl_cpp_lambda_leave_one_liners = true +nl_if_leave_one_liners = true +nl_oc_msg_leave_one_liner = true +nl_start_of_file = remove +nl_start_of_file_min = 0 +nl_end_of_file = force +nl_end_of_file_min = 1 +nl_assign_brace = remove +nl_assign_square = ignore +nl_after_square_assign = ignore +nl_var_def_blk_end_func_top = 0 +nl_typedef_blk_start = 0 +nl_typedef_blk_end = 0 +nl_typedef_blk_in = 0 +nl_var_def_blk_start = 0 +nl_var_def_blk_end = 0 +nl_var_def_blk_in = 0 +nl_fcall_brace = ignore +nl_enum_brace = remove +nl_struct_brace = remove +nl_union_brace = remove +nl_if_brace = remove +nl_brace_else = remove +nl_elseif_brace = ignore +nl_else_brace = remove +nl_else_if = remove +nl_brace_finally = remove +nl_finally_brace = remove +nl_try_brace = remove +nl_getset_brace = remove +nl_for_brace = remove +nl_catch_brace = remove +nl_brace_catch = remove +nl_brace_square = ignore +nl_brace_fparen = ignore +nl_while_brace = remove +nl_scope_brace = ignore +nl_unittest_brace = ignore +nl_version_brace = ignore +nl_using_brace = remove +nl_brace_brace = ignore +nl_do_brace = remove +nl_brace_while = remove +nl_switch_brace = remove +nl_multi_line_cond = false +nl_multi_line_define = false +nl_before_case = false +nl_before_throw = ignore +nl_after_case = false +nl_case_colon_brace = remove +nl_namespace_brace = remove +nl_template_class = ignore +nl_class_brace = remove +nl_class_init_args = ignore +nl_constr_init_args = ignore +nl_func_type_name = ignore +nl_func_type_name_class = ignore +nl_func_scope_name = ignore +nl_func_proto_type_name = ignore +nl_func_paren = ignore +nl_func_def_paren = ignore +nl_func_decl_start = ignore +nl_func_def_start = ignore +nl_func_decl_start_single = ignore +nl_func_def_start_single = ignore +nl_func_decl_args = ignore +nl_func_def_args = ignore +nl_func_decl_end = ignore +nl_func_def_end = ignore +nl_func_decl_end_single = ignore +nl_func_def_end_single = ignore +nl_func_decl_empty = ignore +nl_func_def_empty = ignore +nl_oc_msg_args = false +nl_fdef_brace = remove +nl_cpp_ldef_brace = ignore +nl_return_expr = ignore +nl_after_semicolon = false +nl_paren_dbrace_open = ignore +nl_after_brace_open = false +nl_after_brace_open_cmt = false +nl_after_vbrace_open = false +nl_after_vbrace_open_empty = false +nl_after_brace_close = false +nl_after_vbrace_close = false +nl_brace_struct_var = ignore +nl_define_macro = false +nl_squeeze_ifdef = false +nl_before_if = ignore +nl_after_if = ignore +nl_before_for = ignore +nl_after_for = ignore +nl_before_while = ignore +nl_after_while = ignore +nl_before_switch = ignore +nl_after_switch = ignore +nl_before_do = ignore +nl_after_do = ignore +nl_ds_struct_enum_cmt = false +nl_ds_struct_enum_close_brace = false +nl_class_colon = ignore +nl_constr_colon = ignore +nl_create_if_one_liner = false +nl_create_for_one_liner = false +nl_create_while_one_liner = false +pos_arith = ignore +pos_assign = ignore +pos_bool = ignore +pos_compare = ignore +pos_conditional = ignore +pos_comma = ignore +pos_class_comma = ignore +pos_constr_comma = ignore +pos_class_colon = ignore +pos_constr_colon = ignore +code_width = 0 +ls_for_split_full = false +ls_func_split_full = false +ls_code_width = false +nl_max = 3 +nl_after_func_proto = 0 +nl_after_func_proto_group = 0 +nl_after_func_body = 2 +nl_after_func_body_class = 0 +nl_after_func_body_one_liner = 0 +nl_before_block_comment = 0 +nl_before_c_comment = 0 +nl_before_cpp_comment = 0 +nl_after_multiline_comment = false +nl_after_label_colon = false +nl_after_struct = 0 +nl_after_class = 0 +nl_before_access_spec = 0 +nl_after_access_spec = 0 +nl_comment_func_def = 0 +nl_after_try_catch_finally = 0 +nl_around_cs_property = 0 +nl_between_get_set = 0 +nl_property_brace = force +eat_blanks_after_open_brace = true +eat_blanks_before_close_brace = true +nl_remove_extra_newlines = 0 +nl_before_return = false +nl_after_return = false +nl_after_annotation = ignore +nl_between_annotation = ignore +mod_full_brace_do = ignore +mod_full_brace_for = ignore +mod_full_brace_function = ignore +mod_full_brace_if = ignore +mod_full_brace_if_chain = 0 +mod_full_brace_nl = 0 +mod_full_brace_while = ignore +mod_full_brace_using = ignore +mod_paren_on_return = ignore +mod_pawn_semicolon = false +mod_full_paren_if_bool = false +mod_remove_extra_semicolon = true +mod_add_long_function_closebrace_comment = 0 +mod_add_long_namespace_closebrace_comment = 0 +mod_add_long_switch_closebrace_comment = 0 +mod_add_long_ifdef_endif_comment = 0 +mod_add_long_ifdef_else_comment = 0 +mod_sort_import = false +mod_sort_using = false +mod_sort_include = false +mod_move_case_break = false +mod_case_brace = ignore +mod_remove_empty_return = true +cmt_width = 0 +cmt_reflow_mode = 0 +cmt_convert_tab_to_spaces = false +cmt_indent_multi = false +cmt_c_group = false +cmt_c_nl_start = false +cmt_c_nl_end = false +cmt_cpp_group = false +cmt_cpp_nl_start = false +cmt_cpp_nl_end = false +cmt_cpp_to_c = false +cmt_star_cont = false +cmt_sp_before_star_cont = 0 +cmt_sp_after_star_cont = 0 +cmt_multi_check_last = false +cmt_insert_file_header = "" +cmt_insert_file_footer = "" +cmt_insert_func_header = "" +cmt_insert_class_header = "" +cmt_insert_oc_msg_header = "" +cmt_insert_before_preproc = false +pp_indent = ignore +pp_indent_at_level = false +pp_indent_count = 1 +pp_space_after = ignore +pp_space_count = 0 +pp_indent_region = 0 +pp_region_indent_code = false +pp_indent_if = 0 +pp_if_indent_code = false +pp_define_at_level = false +pp_multiline_define_body_indent = 4 + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = remove diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/align-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/align-1.cfg new file mode 100644 index 00000000..720f003e --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/align-1.cfg @@ -0,0 +1,7 @@ +indent_columns = 3 +nl_struct_brace = add +align_var_def_span = 2 +align_var_def_colon = true +align_assign_span = 2 +align_assign_thresh = 3 +align_var_struct_span = 3
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/align_same_func_call_params-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/align_same_func_call_params-t.cfg new file mode 100644 index 00000000..d1496108 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/align_same_func_call_params-t.cfg @@ -0,0 +1 @@ +align_same_func_call_params = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/attribute_specifier_seqs.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/attribute_specifier_seqs.cfg new file mode 100644 index 00000000..3a7f6096 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/attribute_specifier_seqs.cfg @@ -0,0 +1,3 @@ +sp_before_vardef_square = ignore +sp_type_brace_init_lst = remove +indent_continue_class_head = 8 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/ben2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/ben2.cfg new file mode 100644 index 00000000..fd376dac --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/ben2.cfg @@ -0,0 +1,45 @@ +utf8_byte = true +sp_arith = force +sp_assign = force +sp_compare = force +sp_inside_paren = remove +sp_paren_paren = remove +sp_before_ptr_star = force +sp_between_ptr_star = remove +sp_after_ptr_star = remove +sp_after_ptr_star_func = remove +sp_before_sparen = force +sp_after_comma = force +sp_inside_braces = force +sp_func_proto_paren = remove +sp_func_def_paren = remove +sp_func_call_paren = remove +sp_cond_colon = add +sp_cond_question = add +indent_columns = 3 +indent_with_tabs = 0 +indent_class = true +indent_label = 2 +nl_assign_brace = add +nl_var_def_blk_end_func_top = 1 +nl_fcall_brace = add +nl_if_brace = add +nl_else_brace = add +nl_for_brace = add +nl_switch_brace = add +nl_before_case = true +nl_fdef_brace = add +eat_blanks_after_open_brace = true +nl_after_return = true +align_var_def_span = 2 +align_var_def_star_style = 1 +align_assign_span = 1 +align_struct_init_span = 3 +cmt_convert_tab_to_spaces = true +cmt_star_cont = true +mod_full_brace_for = add +mod_full_brace_if = add +mod_paren_on_return = add +mod_remove_extra_semicolon = true +mod_add_long_function_closebrace_comment = 40 +mod_add_long_switch_closebrace_comment = 40 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/ben_011.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/ben_011.cfg new file mode 100644 index 00000000..6ade29ad --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/ben_011.cfg @@ -0,0 +1,2 @@ +indent_columns = 3 +mod_paren_on_return = add
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/ben_042.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/ben_042.cfg new file mode 100644 index 00000000..c98cdf54 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/ben_042.cfg @@ -0,0 +1,2 @@ +align_pp_define_gap = 4 +align_pp_define_span = 3
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/bool-pos-eol-force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/bool-pos-eol-force.cfg new file mode 100644 index 00000000..51044559 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/bool-pos-eol-force.cfg @@ -0,0 +1,4 @@ +# moves boolean ops to the end of line +indent_columns = 3 +pos_bool = trail_force +pos_comma = trail_force
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/brace-allman.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/brace-allman.cfg new file mode 100644 index 00000000..0e903302 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/brace-allman.cfg @@ -0,0 +1,5 @@ +# Allman style +indent_with_tabs = 0 +nl_fcall_brace = add +nl_if_brace = add +nl_fdef_brace = add
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/bug_671.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/bug_671.cfg new file mode 100644 index 00000000..00c0cf36 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/bug_671.cfg @@ -0,0 +1,8 @@ +sp_before_ptr_star = remove +sp_after_ptr_star = add +sp_inside_square = add +sp_inside_fparen = add +indent_columns = 4 +nl_func_type_name = add +align_func_params = true +align_var_def_span = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/clark.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/clark.cfg new file mode 100644 index 00000000..e3325392 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/clark.cfg @@ -0,0 +1,39 @@ +input_tab_size = 2 +sp_arith = add +sp_assign = add +sp_compare = add +sp_before_sparen = add +sp_inside_sparen = remove +sp_inside_for = remove +sp_after_comma = add +sp_inside_braces = force +sp_cond_colon = add +sp_cond_question = add +indent_columns = 2 +indent_switch_body = 2 +indent_with_tabs = 0 +indent_braces = true +indent_single_line_comments_before = 2 +indent_switch_case = 2 +nl_var_def_blk_end_func_top = 1 +nl_if_brace = add +nl_else_brace = add +nl_for_brace = add +nl_brace_while = add +nl_switch_brace = add +nl_before_case = true +nl_before_if = force +nl_after_if = force +nl_before_for = force +nl_after_for = force +nl_before_while = force +nl_after_while = force +nl_before_switch = force +nl_after_switch = force +nl_before_do = force +nl_after_func_body = 2 +mod_full_brace_for = remove +mod_full_brace_if = remove +mod_full_brace_nl = 3 +mod_full_brace_while = remove +mod_paren_on_return = remove diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/clark.rerun.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/clark.rerun.cfg new file mode 100644 index 00000000..3b33c7d6 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/clark.rerun.cfg @@ -0,0 +1 @@ +include "clark.cfg" diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/class-header.h b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/class-header.h new file mode 100644 index 00000000..32e68a34 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/class-header.h @@ -0,0 +1,4 @@ +/** + * CLASS: $(class) + * TODO: DESCRIPTION + */ diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/cmt_insert-0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/cmt_insert-0.cfg new file mode 100644 index 00000000..86d05f95 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/cmt_insert-0.cfg @@ -0,0 +1,6 @@ +cmt_insert_file_header = "file-header.h" +cmt_insert_func_header = "func-header.h" +cmt_insert_class_header = "class-header.h" +cmt_insert_oc_msg_header = "msg-header.h" +cmt_insert_before_preproc = true +cmt_insert_before_inlines = false
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/cmt_insert-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/cmt_insert-1.cfg new file mode 100644 index 00000000..91dbf03a --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/cmt_insert-1.cfg @@ -0,0 +1,6 @@ +cmt_insert_file_header = "file-header.h" +cmt_insert_func_header = "func-header.h" +cmt_insert_class_header = "class-header.h" +cmt_insert_oc_msg_header = "msg-header.h" +cmt_insert_before_preproc = true +cmt_insert_before_ctor_dtor = true
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/d.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/d.cfg new file mode 100644 index 00000000..d45001c5 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/d.cfg @@ -0,0 +1,50 @@ +sp_before_semi_for = remove +sp_arith = force +sp_assign = force +sp_compare = force +sp_inside_paren = remove +sp_paren_paren = remove +sp_before_ptr_star = force +sp_between_ptr_star = remove +sp_after_ptr_star = remove +sp_after_ptr_star_func = remove +sp_before_sparen = force +sp_inside_sparen = remove +sp_inside_for = remove +sp_before_square = remove +sp_before_squares = remove +sp_after_comma = force +sp_after_cast = remove +sp_func_proto_paren = remove +sp_func_def_paren = remove +sp_inside_fparen = remove +sp_func_call_paren = remove +sp_range = force +sp_while_paren_open = force +indent_columns = 4 +indent_with_tabs = 0 +indent_class = true +indent_case_brace = 4 +indent_label = 2 +nl_var_def_blk_end_func_top = 1 +nl_var_def_blk_end = 1 +nl_enum_brace = add +nl_if_brace = add +nl_else_brace = add +nl_else_if = remove +nl_for_brace = add +nl_before_case = true +nl_fdef_brace = add +nl_after_brace_open = true +eat_blanks_after_open_brace = true +eat_blanks_before_close_brace = true +nl_after_return = true +align_var_def_span = 2 +align_var_def_star_style = 1 +align_assign_span = 1 +align_enum_equ_span = 4 +align_var_class_span = 2 +align_typedef_gap = 3 +align_typedef_span = 5 +align_typedef_star_style = 1 +align_right_cmt_span = 3 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/del_semicolon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/del_semicolon.cfg new file mode 100644 index 00000000..13434168 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/del_semicolon.cfg @@ -0,0 +1,2 @@ +sp_after_semi_for = remove +mod_remove_extra_semicolon = true
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/empty.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/empty.cfg new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/empty.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/file-header.h b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/file-header.h new file mode 100644 index 00000000..63fb5185 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/file-header.h @@ -0,0 +1,6 @@ +/** + * @file $(filename) + * Description + * + * $Id$ + */ diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/file_footer.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/file_footer.txt new file mode 100644 index 00000000..7ce80bad --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/file_footer.txt @@ -0,0 +1,6 @@ +/**
+ * CVS History:
+ * $Log $
+ *
+ */
+
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/file_header.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/file_header.txt new file mode 100644 index 00000000..5431d0ff --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/file_header.txt @@ -0,0 +1,7 @@ +/*******************************************************************************//**
+ *
+ * @file $(filename)
+ *
+ * <Description>
+ *
+ ***********************************************************************************/
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/func-def-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/func-def-1.cfg new file mode 100644 index 00000000..14879a94 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/func-def-1.cfg @@ -0,0 +1,10 @@ +sp_before_ptr_star = force +indent_columns = 3 +nl_func_type_name = add +nl_func_proto_type_name = add +nl_func_decl_start = add +nl_func_def_start = add +nl_func_decl_args = add +nl_func_def_args = add +nl_func_decl_end = add +nl_func_def_end = add
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/func-def-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/func-def-2.cfg new file mode 100644 index 00000000..f9cf836c --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/func-def-2.cfg @@ -0,0 +1,5 @@ +sp_before_ptr_star = force +indent_columns = 3 +nl_func_type_name = add +nl_func_proto_type_name = remove +nl_func_decl_end = remove
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/func-def-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/func-def-3.cfg new file mode 100644 index 00000000..c868ae02 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/func-def-3.cfg @@ -0,0 +1,6 @@ +sp_before_ptr_star = force +indent_columns = 3 +nl_func_type_name = remove +nl_func_proto_type_name = remove +nl_func_decl_args = remove +nl_func_decl_end = remove
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/func-header.h b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/func-header.h new file mode 100644 index 00000000..e6f83943 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/func-header.h @@ -0,0 +1,5 @@ +/** + * $(function) + * TODO: DESCRIPTION + * $(javaparam) + */ diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/func-header2.h b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/func-header2.h new file mode 100644 index 00000000..52bdf970 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/func-header2.h @@ -0,0 +1,6 @@ +/** + * CLASS: $(fclass) + * METHOD: $(function) + * TODO: DESCRIPTION + * $(javaparam) + */ diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/function_header.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/function_header.txt new file mode 100644 index 00000000..c6508a02 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/function_header.txt @@ -0,0 +1,9 @@ +/***********************************************************************************
+ * $(function)
+ *******************************************************************************//**
+ *
+ * <Description>
+ *
+ * $(javaparam)
+ *
+ **********************************************************************************/
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_columns-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_columns-3.cfg new file mode 100644 index 00000000..d49cfc22 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_columns-3.cfg @@ -0,0 +1,7 @@ +indent_columns = 3 + +# Add or remove space around the ':' in 'b ? t : f'. +# Добавить или удалить пробел вокруг ':' в операторе 'b ? t : f'. +sp_cond_colon = add # 只是一组象形文字 + +sp_cond_question = add diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_continue-8.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_continue-8.cfg new file mode 100644 index 00000000..9bc69559 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_continue-8.cfg @@ -0,0 +1 @@ +indent_continue = 8
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_inside_ternary_operator.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_inside_ternary_operator.cfg new file mode 100644 index 00000000..ad5f98ed --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_inside_ternary_operator.cfg @@ -0,0 +1,5 @@ +indent_align_paren = false +pos_conditional = lead +nl_func_call_args_multi_line_ignore_closures = true +indent_ternary_operator = 0 +indent_inside_ternary_operator = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_ternary_operator-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_ternary_operator-1.cfg new file mode 100644 index 00000000..80ea4e7a --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_ternary_operator-1.cfg @@ -0,0 +1 @@ +indent_ternary_operator = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_ternary_operator-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_ternary_operator-2.cfg new file mode 100644 index 00000000..1d5a91ab --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_ternary_operator-2.cfg @@ -0,0 +1 @@ +indent_ternary_operator = 2
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_var_def.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_var_def.cfg new file mode 100644 index 00000000..4345ee72 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/indent_var_def.cfg @@ -0,0 +1,11 @@ +sp_assign = force +indent_columns = 3 +indent_class = true +indent_var_def_blk = -3 +nl_var_def_blk_end_func_top = 1 +nl_var_def_blk_end = 1 +nl_fdef_brace = add +align_var_def_span = 1 +align_assign_span = 1 +align_assign_thresh = 12 +align_var_class_span = 1
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/issue_672.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/issue_672.cfg new file mode 100644 index 00000000..fb436753 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/issue_672.cfg @@ -0,0 +1,5 @@ +indent_columns = 4
+indent_continue = 16
+indent_continue_class_head = 16
+indent_class = true
+code_width = 80
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/kw_subst.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/kw_subst.cfg new file mode 100644 index 00000000..163d6f64 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/kw_subst.cfg @@ -0,0 +1,5 @@ +indent_namespace = true +cmt_insert_file_header = "file-header.h" +cmt_insert_func_header = "func-header.h" +cmt_insert_class_header = "class-header.h" +cmt_insert_before_preproc = true
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/kw_subst2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/kw_subst2.cfg new file mode 100644 index 00000000..7f531264 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/kw_subst2.cfg @@ -0,0 +1,3 @@ +cmt_insert_file_header = "file-header.h" +cmt_insert_func_header = "func-header2.h" +cmt_insert_class_header = "class-header.h"
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/kw_subst3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/kw_subst3.cfg new file mode 100644 index 00000000..1b4018f6 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/kw_subst3.cfg @@ -0,0 +1,71 @@ +input_tab_size = 4 +output_tab_size = 4 +sp_arith = add +sp_assign = add +sp_enum_assign = add +sp_bool = add +sp_compare = add +sp_before_sparen = add +sp_inside_sparen = remove +sp_after_sparen = add +sp_sparen_brace = add +sp_special_semi = add +sp_after_comma = add +sp_sizeof_paren = remove +sp_type_func = add +sp_func_proto_paren = remove +sp_func_def_paren = remove +sp_inside_fparens = remove +sp_inside_fparen = remove +sp_func_call_paren = remove +sp_else_brace = add +sp_after_ptr_star_func = force +indent_columns = 4 +indent_with_tabs = 0 +indent_switch_case = 4 +nl_end_of_file = add +nl_end_of_file_min = 1 +nl_assign_brace = add +nl_var_def_blk_end_func_top = 1 +nl_enum_brace = add +nl_struct_brace = add +nl_union_brace = add +nl_if_brace = add +nl_brace_else = add +nl_elseif_brace = add +nl_else_brace = add +nl_for_brace = add +nl_while_brace = add +nl_do_brace = add +nl_switch_brace = add +nl_before_case = true +nl_after_case = true +nl_fdef_brace = add +nl_after_semicolon = true +nl_after_brace_open = true +nl_after_brace_open_cmt = true +nl_after_func_proto_group = 4 +nl_after_func_body = 4 +nl_after_func_body_one_liner = 4 +nl_after_return = true +align_var_def_span = 10 +align_var_def_star_style = 1 +align_var_def_amp_style = 1 +align_var_def_colon = true +align_assign_span = 10 +align_assign_thresh = 4 +align_enum_equ_span = 10 +cmt_sp_before_star_cont = 1 +cmt_insert_file_header = "file_header.txt" +cmt_insert_file_footer = "file_footer.txt" +cmt_insert_func_header = "function_header.txt" +mod_full_brace_do = add +mod_full_brace_for = add +mod_full_brace_if = add +mod_full_brace_while = add +mod_remove_extra_semicolon = true +mod_add_long_function_closebrace_comment = 50 +mod_add_long_switch_closebrace_comment = 50 +pp_indent_at_level = true +pp_if_indent_code = true +pp_define_at_level = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/kw_subst4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/kw_subst4.cfg new file mode 100644 index 00000000..a269bdf8 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/kw_subst4.cfg @@ -0,0 +1,4 @@ +cmt_indent_multi = false +cmt_insert_file_header = "file-header.h" +cmt_insert_func_header = "func-header2.h" +cmt_insert_class_header = "class-header.h" diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/mod_case_brace_rm.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/mod_case_brace_rm.cfg new file mode 100644 index 00000000..51252b69 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/mod_case_brace_rm.cfg @@ -0,0 +1,7 @@ +indent_columns = 3 +indent_with_tabs = 0 +indent_case_brace = 3 +nl_switch_brace = add +nl_before_case = true +nl_after_case = true +mod_case_brace = remove
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/mod_full_brace_if_chain_only-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/mod_full_brace_if_chain_only-t.cfg new file mode 100644 index 00000000..ec61c84b --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/mod_full_brace_if_chain_only-t.cfg @@ -0,0 +1 @@ +mod_full_brace_if_chain_only = true
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/mod_paren_on_return-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/mod_paren_on_return-a.cfg new file mode 100644 index 00000000..6e5a38ec --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/mod_paren_on_return-a.cfg @@ -0,0 +1 @@ +mod_paren_on_return = add diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/mod_paren_on_return-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/mod_paren_on_return-r.cfg new file mode 100644 index 00000000..fb547f72 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/mod_paren_on_return-r.cfg @@ -0,0 +1 @@ +mod_paren_on_return = remove diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/msg-header.h b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/msg-header.h new file mode 100644 index 00000000..79a0919f --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/msg-header.h @@ -0,0 +1,5 @@ +/** + * $(scope)[$(class)$(category) $(message)] + * + * $(javaparam) + */ diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/nl_before_after.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/nl_before_after.cfg new file mode 100644 index 00000000..b80dafa0 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/nl_before_after.cfg @@ -0,0 +1,7 @@ +indent_columns = 4 +indent_class = true +nl_before_class = 2 +nl_after_class = 2 +nl_before_namespace = 2 +nl_after_namespace = 2 +nl_template_class = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/nl_before_ignore_after_case.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/nl_before_ignore_after_case.cfg new file mode 100644 index 00000000..6d1bbb7d --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/nl_before_ignore_after_case.cfg @@ -0,0 +1,11 @@ +# We need all these on, to check that nl_before_ignore_after_case +# overrides them after case CASE_LABEL: + +nl_before_if = force +nl_before_for = force +nl_before_switch = force +nl_before_do = force +nl_before_while = force +nl_before_synchronized = force + +nl_before_ignore_after_case = true diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/region-0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/region-0.cfg new file mode 100644 index 00000000..a837d86f --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/region-0.cfg @@ -0,0 +1,3 @@ +# default region indent +indent_columns = 4 +indent_class = true
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/region-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/region-1.cfg new file mode 100644 index 00000000..48ae77f3 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/region-1.cfg @@ -0,0 +1,4 @@ +# indented region code +indent_columns = 4 +indent_class = true +pp_region_indent_code = true
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/region-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/region-2.cfg new file mode 100644 index 00000000..5beed445 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/region-2.cfg @@ -0,0 +1,4 @@ +# out-dented region preprocs +indent_columns = 4 +indent_class = true +pp_indent_region = -4 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/region-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/region-3.cfg new file mode 100644 index 00000000..30a01c96 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/region-3.cfg @@ -0,0 +1,4 @@ +# Abs column region preproc +indent_columns = 4 +indent_class = true +pp_indent_region = 2
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sort_imports.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sort_imports.cfg new file mode 100644 index 00000000..655a684f --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sort_imports.cfg @@ -0,0 +1,3 @@ +mod_sort_import = true +mod_sort_using = true +mod_sort_include = true
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_after_cast.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_after_cast.cfg new file mode 100644 index 00000000..c16cc978 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_after_cast.cfg @@ -0,0 +1,11 @@ +sp_arith = force +sp_paren_paren = remove +sp_before_ptr_star = force +sp_after_ptr_star = remove +sp_after_comma = force +sp_after_cast = force +sp_inside_paren_cast = remove +sp_inside_fparen = remove +indent_columns = 3 +align_pp_define_gap = 4 +align_pp_define_span = 3
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_after_type-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_after_type-f.cfg new file mode 100644 index 00000000..b7fa74f4 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_after_type-f.cfg @@ -0,0 +1,2 @@ +sp_after_type = force +sp_after_decltype = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_after_type-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_after_type-r.cfg new file mode 100644 index 00000000..78a64119 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_after_type-r.cfg @@ -0,0 +1,2 @@ +sp_after_type = remove +sp_after_decltype = remove diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_arith-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_arith-f.cfg new file mode 100644 index 00000000..6cd2b6b0 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_arith-f.cfg @@ -0,0 +1,4 @@ +sp_arith = force + +# c/09605 don't add space before the minus sign in: frames = ((frames + 15) & -16); +# oc/50609 don't add space before the minus sign in: NSNumber *foo1 = @-1;
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_before_byref-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_before_byref-r.cfg new file mode 100644 index 00000000..2f5d1eff --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_before_byref-r.cfg @@ -0,0 +1,2 @@ +sp_before_byref = remove +sp_before_byref_func = remove diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_cmt_cpp_start-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_cmt_cpp_start-a.cfg new file mode 100644 index 00000000..d7e6adf1 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_cmt_cpp_start-a.cfg @@ -0,0 +1 @@ +sp_cmt_cpp_start = add
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_cmt_cpp_start_force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_cmt_cpp_start_force.cfg new file mode 100644 index 00000000..e87c9b0d --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_cmt_cpp_start_force.cfg @@ -0,0 +1,2 @@ +sp_cmt_cpp_start = force +cmt_width = 40
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_cparen_oparen-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_cparen_oparen-f.cfg new file mode 100644 index 00000000..c2af4d15 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_cparen_oparen-f.cfg @@ -0,0 +1,3 @@ +sp_cparen_oparen = force +indent_with_tabs = 0 +indent_class = true
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_inside_fparen-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_inside_fparen-f.cfg new file mode 100644 index 00000000..2b159a36 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/sp_inside_fparen-f.cfg @@ -0,0 +1 @@ +sp_inside_fparen = force diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/space_indent_columns-4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/space_indent_columns-4.cfg new file mode 100644 index 00000000..f05c685f --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/space_indent_columns-4.cfg @@ -0,0 +1,2 @@ +indent_columns = 4 +indent_with_tabs = 0
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/star_pos-0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/star_pos-0.cfg new file mode 100644 index 00000000..3648d94a --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/star_pos-0.cfg @@ -0,0 +1,12 @@ +# Places the byref as follows: "int &foo" +sp_before_ptr_star = remove +sp_after_ptr_star = force +sp_ptr_star_func_type = force +sp_before_byref = remove +indent_columns = 3 +align_var_def_span = 2 +align_var_struct_span = 2 +align_typedef_gap = 3 +align_typedef_span = 5 +align_typedef_func = 1 +align_func_proto_span = 2 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/width-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/width-2.cfg new file mode 100644 index 00000000..6c18a158 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/width-2.cfg @@ -0,0 +1,13 @@ +# width stuff +sp_arith = force +indent_columns = 4 +indent_with_tabs = 0 +nl_if_brace = remove +code_width = 60 +ls_for_split_full = true +cmt_width = 60 +cmt_c_group = true +cmt_c_nl_end = true +cmt_cpp_group = true +cmt_cpp_to_c = true +cmt_star_cont = true
\ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/width-2.rerun.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/width-2.rerun.cfg new file mode 100644 index 00000000..c74e4020 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/width-2.rerun.cfg @@ -0,0 +1 @@ +include "width-2.cfg" |