diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_2_pos.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_2_pos.cfg | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_2_pos.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_2_pos.cfg deleted file mode 100644 index 29afa7d9..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_2_pos.cfg +++ /dev/null @@ -1,69 +0,0 @@ -newlines = lf -input_tab_size = 2 -output_tab_size = 2 -sp_arith = force -sp_assign = force -sp_inside_paren = remove -sp_paren_paren = remove -sp_before_ptr_star = force -sp_before_ptr_star_func = remove -sp_before_unnamed_ptr_star = remove -sp_after_ptr_star = remove -sp_after_ptr_star_qualifier = remove -sp_after_ptr_star_func = force -sp_ptr_star_func_var = remove -sp_ptr_star_func_type = remove -sp_ptr_star_paren = force -sp_before_byref = force -sp_before_unnamed_byref = force -sp_after_byref = remove -sp_after_comma = force -sp_before_comma = remove -sp_after_constr_colon = force -sp_before_constr_colon = force -sp_type_func = force -sp_type_brace_init_lst = force -sp_func_type_paren = remove -sp_func_def_paren = remove -sp_func_def_paren_empty = remove -sp_inside_fparens = remove -sp_inside_fparen = remove -sp_func_call_paren = remove -sp_cond_question = force -indent_columns = 2 -indent_continue = 4 -indent_with_tabs = 1 -indent_align_string = true -indent_ignore_before_constr_colon = false -indent_constr_colon = true -indent_ctor_init_leading = 2 -indent_ctor_init_following = 2 -indent_ctor_init = 2 -indent_else_if = false -nl_end_of_file = force -nl_end_of_file_min = 1 -nl_case_colon_brace = force -nl_class_brace = force -nl_class_init_args = remove -nl_constr_init_args = remove -nl_enum_own_lines = force -nl_func_decl_start = remove -nl_func_def_start = remove -nl_func_decl_args = remove -nl_func_def_args = remove -nl_func_call_args = remove -nl_func_decl_end = remove -nl_func_def_end = remove -nl_func_decl_empty = remove -nl_func_def_empty = remove -nl_func_call_empty = remove -nl_func_call_start = remove -nl_func_call_end = remove -nl_before_brace_open = true -pos_arith = join -pos_assign = join -pos_bool = trail -pos_comma = trail -pos_constr_comma = trail -pos_constr_colon = trail -code_width = 100 |