diff options
author | Michele Calgaro <[email protected]> | 2024-11-18 22:24:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-18 22:24:33 +0900 |
commit | 3b0c3b8206964b85bf3716c962d26dd15c4f285f (patch) | |
tree | 2f0973dbf96c2892d19a55b6f846f130e7399a48 /debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/rdan.cfg | |
parent | ff287d2f48d4f4253bf84f19bd7fe937b61ede45 (diff) | |
download | extra-dependencies-3b0c3b8206964b85bf3716c962d26dd15c4f285f.tar.gz extra-dependencies-3b0c3b8206964b85bf3716c962d26dd15c4f285f.zip |
It is no longer necessary to maintain a customize trinity version.
Upstream version can be used as is.
Signed-off-by: Michele Calgaro <[email protected]>
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 |