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/common/clark.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/common/clark.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/clark.cfg | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/clark.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/clark.cfg deleted file mode 100644 index e3325392..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/clark.cfg +++ /dev/null @@ -1,39 +0,0 @@ -input_tab_size = 2 -sp_arith = add -sp_assign = add -sp_compare = add -sp_before_sparen = add -sp_inside_sparen = remove -sp_inside_for = remove -sp_after_comma = add -sp_inside_braces = force -sp_cond_colon = add -sp_cond_question = add -indent_columns = 2 -indent_switch_body = 2 -indent_with_tabs = 0 -indent_braces = true -indent_single_line_comments_before = 2 -indent_switch_case = 2 -nl_var_def_blk_end_func_top = 1 -nl_if_brace = add -nl_else_brace = add -nl_for_brace = add -nl_brace_while = add -nl_switch_brace = add -nl_before_case = true -nl_before_if = force -nl_after_if = force -nl_before_for = force -nl_after_for = force -nl_before_while = force -nl_after_while = force -nl_before_switch = force -nl_after_switch = force -nl_before_do = force -nl_after_func_body = 2 -mod_full_brace_for = remove -mod_full_brace_if = remove -mod_full_brace_nl = 3 -mod_full_brace_while = remove -mod_paren_on_return = remove |