diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/rdan.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/rdan.cfg | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/rdan.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/rdan.cfg deleted file mode 100644 index 1c1b0c68..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/rdan.cfg +++ /dev/null @@ -1,33 +0,0 @@ -sp_arith = force -sp_assign = force -sp_enum_assign = force -sp_bool = force -sp_compare = force -sp_inside_paren = remove -sp_before_sparen = force -indent_columns = 3 -indent_with_tabs = 0 -indent_func_def_force_col1 = true -indent_col1_comment = true -indent_bool_paren = 1 -indent_first_bool_expr = true -nl_var_def_blk_end_func_top = 2 -nl_if_brace = force -nl_while_brace = force -nl_after_semicolon = true -nl_max = 3 -nl_after_func_proto_group = 2 -nl_after_func_body = 2 -pos_bool = lead_force -pos_compare = lead -code_width = 80 -ls_for_split_full = true -align_assign_span = 1 -align_enum_equ_span = 1 -cmt_width = 80 -cmt_star_cont = true -mod_full_paren_if_bool = true -pp_indent = add -pp_indent_at_level = true -pp_indent_count = 3 -pp_if_indent_code = true |