diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-01 12:38:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-01 12:38:43 +0900 |
commit | b67b7f2b784c7105e88a5e639d9d84736ae2cbc1 (patch) | |
tree | 0fd16d439c681c07d57d7f0d544c7582e04c3a31 /debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/kw_subst3.cfg | |
parent | c0a6f1b84c84749908961579b84513fd9f9d9eac (diff) | |
download | extra-dependencies-b67b7f2b784c7105e88a5e639d9d84736ae2cbc1.tar.gz extra-dependencies-b67b7f2b784c7105e88a5e639d9d84736ae2cbc1.zip |
uncrustify-trinity: updated based on upstream version 0.78.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/kw_subst3.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/kw_subst3.cfg | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/kw_subst3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/kw_subst3.cfg new file mode 100644 index 00000000..1b4018f6 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/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 |