diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/kw_subst3.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/kw_subst3.cfg | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/kw_subst3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/kw_subst3.cfg deleted file mode 100644 index 1b4018f6..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/kw_subst3.cfg +++ /dev/null @@ -1,71 +0,0 @@ -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 |