summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/common/clark.cfg
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-06 13:43:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-06 13:49:57 +0900
commit80a31d6c8a114799dc5284086ffce2e9be34c50e (patch)
tree1719891657e76c04f063f5ff7b5fdf63d9e562c3 /debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/common/clark.cfg
parente6ba08c3b21cdb14ee3a97b5d584759a4597b54b (diff)
downloadextra-dependencies-80a31d6c8a114799dc5284086ffce2e9be34c50e.tar.gz
extra-dependencies-80a31d6c8a114799dc5284086ffce2e9be34c50e.zip
uncrustify-trinity: updated based on upstream version 0.75.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/common/clark.cfg')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/common/clark.cfg39
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/common/clark.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/common/clark.cfg
new file mode 100644
index 00000000..0ca4890e
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.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