diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/common/clark.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/common/clark.cfg | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/common/clark.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/common/clark.cfg new file mode 100644 index 00000000..0ca4890e --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/common/clark.cfg @@ -0,0 +1,39 @@ +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_func_var_def_blk = 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 |