diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/d.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/common/d.cfg | 50 |
1 files changed, 50 insertions, 0 deletions
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 |